Attempts to boot on real hardware - 🟥 (UEFI = "Not booting for uefi", Legacy - "Zrub is loading, then "loading Zinux kernel" hard reset. Video")
- NASM (>= 2.15)
- QEMU (>= 5.0)
- GNU Make
makeThis will generate a bootable floppy image (zinux.img) in the build/ directory.
qemu-system-x86_64 -fda build/zinux.img
sudo dd if=build/zinux.img of=/dev/sdX bs=1M
To remove all build artifacts (boot.bin, zinux.img) run:
make clean
This will delete the entire build/ directory
If everything works, you should see the bootloader starting Zinux.
