Bare-metal AArch64 kernel for QEMU virt — 100% written by AI.
An experiment in vibe-coding an operating system from scratch. Every line of code was written by Claude Code — no human-written code, just prompts and direction.
The build system bootstraps its own cross-toolchain from source — no cross compiler needed.
xcode-select --install
brew install qemusudo apt update
sudo apt install build-essential qemu-system-armmake run
make test