Thread overview
Vibed + osv.io
Apr 24, 2017
Suliman
Apr 24, 2017
Suliman
Apr 24, 2017
Dmitry Olshansky
April 24, 2017
I have found very interesting project http://osv.io
Has anybody to use it with vibed? I am not sure if it's yet-another-linux distrib or OS written from scratch.

I found link on Redox page https://github.com/redox-os/redox/issues/925

It would be nice to have way to get run vibed from something very lightweight.
April 24, 2017
On Monday, 24 April 2017 at 15:10:29 UTC, Suliman wrote:
> I have found very interesting project http://osv.io
> Has anybody to use it with vibed? I am not sure if it's yet-another-linux distrib or OS written from scratch.
>
> I found link on Redox page https://github.com/redox-os/redox/issues/925
>
> It would be nice to have way to get run vibed from something very lightweight.

Am I right understand that if Redox have port of libc it would be possible to write D apps for Redox?
April 24, 2017
On 4/24/17 5:17 PM, Suliman wrote:
> On Monday, 24 April 2017 at 15:10:29 UTC, Suliman wrote:
>> I have found very interesting project http://osv.io
>> Has anybody to use it with vibed? I am not sure if it's
>> yet-another-linux distrib or OS written from scratch.

As they mention it from the get go - it's a new OS build from the ground up to be operated under hypervisor.

>>
>> I found link on Redox page https://github.com/redox-os/redox/issues/925
>>
>> It would be nice to have way to get run vibed from something very
>> lightweight.
>
> Am I right understand that if Redox have port of libc it would be
> possible to write D apps for Redox?

Currently D relies on GLIBC far as I can tell, doing a port to anther libc is certainly doable.

---
Dmitry Olshansky