(C) 2020 Ronsor Labs.
This is an operating system primarily geared at running WebAssembly code that uses functions conforming to the WASI specifications. All main components are included in this repository, including the kernel, drivers, and userspace applications.
This is pretty simple. Clone the repo and run zig build
. The kernel will be built as output/efi/boot/bootx64.efi
and you
can test in QEMU using sh scripts/invoke-qemu.sh
.