zAntOS is a "rewrite"(+ major rework is planned) of the Ant Operating System using the zig programming language.
This projects uses the zig build system for building, so zig installation(see .zigversion` for version) is also required.
zAntOS currently uses antboot2 as it's bootloader which is included in this repository at source.
To compile and run you can use the ./run script.
./runThis will build the loader and kernel and run the os using QEMU.
This is still very early on in development. So... no guarantees it will NOT cause your computer to explode. ;)