CppCon 2016: Rian Quinn “Making C++ and the STL Work in the Linux / Windows Kernels“

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: — This presentation will describe how we bootstrapped a C 11/C 14 environment from the ground up, to essentially provide the ability to execute “user-space” like applications inside the Linux and Windows kernel. We leveraged this C environment and the Standard Template Library (STL) to create the first open source, cross platform, cross architecture, hypervisor
Back to Top