- NASM use your favorite package manager to get it
- grub-mkrescue (linux has it preinstalled this is for macOS users)
Please note that the kernel currently depends on grub2 loading it.
- Compile it:
make toolchain
- Install grub2
- On Linux use
sudo apt-get install grub2
- On anything else, you have to install grub2 yourself
- On Linux use
- if grub-mkrescue is in your path:
make qemu
- if grub-mkrescue is not in your path:
make qemu grub-mkrescue=/path/to/grub-mkrescue
- Generate the iso file:
make iso
- Copy
image.iso
to a disk of your choice (usingdd
) - Reboot and hope it doesn't blow up.