Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 837 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 837 Bytes

Zakuro OS

Zig EDK2 CLANGPDB

Lint Test

Zig port of x64 MikanOS: an experimental, educational, and toy OS.

🚧 This project is a work in progress. 🚧

Development

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