Laminae

aarch64 microkernel with a live playground

Laminae is a freestanding aarch64 microkernel you can interact with in your browser. Write code, compile it to an aarch64 binary, upload it through the playground, and watch it run on a real QEMU-emulated VM with live serial output.

Open Playground

How it works

  1. Write code targeting the Laminae kernel using liblaminae
  2. Compile to an aarch64 freestanding binary
  3. Upload it through the playground or API
  4. Watch it run on a real QEMU-emulated VM with live serial output in your browser

liblaminae is auto-published and version-synced with each kernel release, ready for developers to add as a Zig dependency. View liblaminae on GitHub

Recent Activity

Loading...