IncludeOS
Posted: Mon Oct 03, 2016 10:23 am
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)
I haven't got the time to actually play with it, but I will certainly try to make some.
And the website: http://www.includeos.org/ .
Directly from their git repo (https://github.com/hioa-cs/IncludeOS)
Any thoughts?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.
I haven't got the time to actually play with it, but I will certainly try to make some.