Re: [osv-dev] OSv Linux compatibility

2019-04-14 Thread Waldek Kozaczuk
I have added some comments to 190 and 689. I think fixing 689 (and then TLS which is much harder) should be priority to make OSv better support pies. I am not sure about other distributions but many (maybe majority) of apps on Ubuntu 18.10 are pies. For example I was able to run completely

Re: [osv-dev] OSv Linux compatibility

2019-04-10 Thread Nadav Har'El
On Wed, Apr 10, 2019 at 10:38 PM Waldek Kozaczuk wrote: > Given that: > >- https://github.com/cloudius-systems/osv/issues/213 > > > (closed) >-

Re: [osv-dev] OSv Linux compatibility

2019-04-10 Thread Waldek Kozaczuk
Given that: - https://github.com/cloudius-systems/osv/issues/213 (closed) - Allow running position-independent executables (PIE) -

Re: [osv-dev] OSv Linux compatibility

2019-04-10 Thread Roman Shaposhnik
Well, there's that whole "you need to convert your a.out into a.so" thing -- so I guess it is kind of a porting On Wed, Apr 10, 2019 at 11:23 AM Waldek Kozaczuk wrote: > > I came across another unikernels-overview-type-of-writeup project on github - >

[osv-dev] OSv Linux compatibility

2019-04-10 Thread Waldek Kozaczuk
I came across another unikernels-overview-type-of-writeup project on github - https://github.com/cetic/unikernels/blob/master/README.md. It has this description: “OSv is particular; it allows porting various applications written in various languages to a unikernel by integrating some kernel

[osv-dev] OSv Linux compatibility

2019-03-31 Thread Waldek Kozaczuk
Partially related to the article I posted about minutes ago, I thought it would be nice to revise this page - https://github.com/cloudius-systems/osv/wiki/OSv-Linux-ABI-Compatibility. I think we have made some progress in this area and it would be nice to make it up to date. I eventually plan