Understand how the pieces fit together. From the microkernel scheduling to the modular userspace services that make up the OS.
System design.
Verified Boot. The entire boot chain from UEFI shim to kernel and initramfs is cryptographically verified to ensure integrity.
Boot Sequence →Service Supervision. A dependency-based init system that launches services in parallel and handles automatic restarts and logging.
Init Format →Layout. We follow a strict modification of FHS where `/usr` is immutable and configuration is strictly separated in `/etc`.
Filesystem Standard →