Architecture Overview

Architecture Overview#

The intention of this section is to provide a short overview about the L4Re Operating System Framework. For a more in-depth introduction, see Architecture Concepts.

Architecturally, L4Re is a microkernel-based operating system. That is, the amount of code that is running in the most privileged level in the system is kept reasonably small. This design is key to building a secure and reliable system from ground up.

L4Re System Structure#

The L4Re Operating System has a multi-tier architecture consisting of the following layers:

../_images/systemarchitektur.png

L4Re’s system architecture#

Next Steps#