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

preview_player
Показать описание


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 that can support both baremetal (i.e. type 1) and late launch (i.e. type 2) virtualization models. Topics include the benefits of using C++ over C when creating a hypervisor as well as how we handled compilation, module loading, global constructor / destructor support, and of course, full exception support. If you have ever wondered how C++ works under the hood, or are interested in learning more about C++, this presentation is for you.

Rian Quinn
Assured Information Security, Inc.
Principal Investigator
Denver, CO
Dr. Rian Quinn is a Senior Principal Investigator in the Trusted Information Systems Group at Assured Information Security, Inc. were he has focused on trusted computing and hypervisor related technologies for nearly 10 years. He holds a Ph.D. in Computer Engineering with specializations in Information Assurance and Computer Architectures from Binghamton University. He is a lead developer and co-founder of the Bareflank Hypervisor, and is an active member of several open source projects including OpenXT. Specialties: computer architectures, virtualization, operating systems, kernel programming, cyber security, and open source.


*-----*
*-----*
Рекомендации по теме
Комментарии
Автор

I'm using clang to compile my "operating system" and it works beautifully.

Fetrovsky
Автор

Great project and the great presentation! Today I learned a lot about how C++ works under the hood. Thanks!

aroundyouaroundme
Автор

Super powerful team!
Super powerful project!

kg
Автор

I did not understand the portion about dynamic_cast and why it failed

RaaynML
Автор

If you're using any BSD, you're not in System V.

Fetrovsky