Microkernel thing OS experiment (Zig ⚡)
1# Frostium Operating System 2 3This is the monorepo for the Frostium Operating System. Run 4`nix develop` to get a dev env, and `zig build` to build for the 5default amd64 architecture. To run the operating system in a `qemu` 6emulator, run `zig build qemu`.