Zig port of x64 MikanOS: an experimental, educational, and toy OS.
🚧 This project is a work in progress. 🚧
The Zig build system is responsible for everything including the dependency installation and the build. All you need to do is:
zig build
To run the OS in QEMU:
zig build run -Dprettylog -Dlog_level=debug -Doptimize=ReleaseFast