IncludeOS

Programming, for all ages and all languages.
Post Reply
zdz
Member
Member
Posts: 47
Joined: Tue Feb 10, 2015 3:36 pm

IncludeOS

Post 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.
tsdnz
Member
Member
Posts: 333
Joined: Sun Jun 16, 2013 4:09 am

Re: IncludeOS

Post by tsdnz »

That was interesting. Keen to others responses.

Ali
Post Reply