Under the Hood

Understand how the pieces fit together. From the microkernel scheduling to the modular userspace services that make up the OS.

Core Concepts

System design.

Boot Process

Verified Boot. The entire boot chain from UEFI shim to kernel and initramfs is cryptographically verified to ensure integrity.

Boot Sequence →

Global Init

Service Supervision. A dependency-based init system that launches services in parallel and handles automatic restarts and logging.

Init Format →

FS Hierarchy

Layout. We follow a strict modification of FHS where `/usr` is immutable and configuration is strictly separated in `/etc`.

Filesystem Standard →