rmehri01/xv6
⚙️ xv6 on RISC-V in Zig
An implementation of xv6-riscv in Zig! Also runs in the browser using qemu-wasm.
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