Home

Awesome

hobby kernel in zig

WARNING: this project was written for zig 0.5, it doesn't compile for future versions

screenshot

features

dependencies

compiling

zig build compiles and links the multiboot kernel (without a bootloader)

running

Notes

interrupt call chain

interrupt -> idt[n] -> isrN -> isrDispatch -> handlers[n] (default unhandled())

References