xv6 An implementation of xv6-riscv in Zig! Also runs in the browser using qemu-wasm. Running Locally The first time you need a file system image: zig build mkfs After that you can run the kernel in QEMU with: zig build run -Doptimize=ReleaseSafe