Manuals
Narrative walkthroughs that explain how CambiOS works by following real things through the system. Not API references — stories about what happens when the kernel boots, when a message crosses a trust boundary, when a signature is verified.
Waking Up
The boot sequence as a story: bootstrap paradoxes, dependency chains, and bringing a microkernel to life.
The Life of a Message
An IPC message from syscall to delivery, through capability checks and identity stamping.
The Signature Chain
From YubiKey to boot verification: how the kernel knows code is authentic.
Why a Buggy Driver Can't Kill You
Microkernel isolation told through consequences.
From NTP Query to UTC Clock
A UDP packet end-to-end through the full networking stack.