CppCon 2017: Alfred Bratterud “Deconstructing the OS: The devil’s In the side effects”

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: — IncludeOS is a library operating system, where your C application pulls in exactly what it needs and turns it into a bootable binary. But once you have your standalone program with standard libraries, what do you really need from an operating system? In this talk we’ll show you some exciting developments in unikernel OS- and hypervisor design, ranging from a sin
Back to Top