# Nub OS ## Dependencies - `make` - `grub` - `mtools` - `gcc` - `ld` ## Building ```sh make ``` ## Running After building, run the following: ```sh qemu-system-x86_64 -cdrom .build/nub-os.iso ```