An Operating System for The x86 Architecture.
Dependencies: nix with flakes enabled and (optionally) direnv
After entering the devshell (with direnv or nix develop
),
mkdir build && cd build
cmake -G Ninja ..
ninja
ninja run # or run-headless or run-gdb