Awesome
The Hidamari Project
(C) 2020 Ronsor Labs.
Introduction
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.
TODO:
- Finish implementing WASI APIs.
- Clean up all the TODOs in code.
- Fix security issues.
- Exit UEFI boot services at some point.
- GUI
- Networking
- Audio
- Many more things.
Building and running.
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
.