Page 1 of 1

IncludeOS

Posted: Mon Oct 03, 2016 10:23 am
by zdz
This was a pretty interesting cppcon talk (https://www.youtube.com/watch?v=t4etEwG2_LY)



And the website: http://www.includeos.org/ .
Directly from their git repo (https://github.com/hioa-cs/IncludeOS)
IncludeOS is an includable, minimal unikernel operating system for C++ services running in the cloud. Starting a program with #include <os> will literally include a tiny operating system into your service during link-time.
Any thoughts?

I haven't got the time to actually play with it, but I will certainly try to make some.

Re: IncludeOS

Posted: Mon Oct 03, 2016 2:44 pm
by tsdnz
That was interesting. Keen to others responses.

Ali