Minimal x86 Kernel - built in Zig
Summary
A minimal x86 kernel written entirely in Zig (no assembly) boots via Multiboot 1, outputs a VGA message, and runs under QEMU. The repo documents project structure, prerequisites, and simple run commands to build and test the kernel cross-compiled on various hosts. It serves as a concise example of bare-metal Zig programming and cross-platform toolchain setup.