makefile: add rule: iso creation && run_iso

This commit is contained in:
2024-09-07 11:56:18 +02:00
parent 416a0c5635
commit 4e302452c1
3 changed files with 14 additions and 1 deletions

3
config/grub.cfg Normal file
View File

@ -0,0 +1,3 @@
menuentry "bozos" {
multiboot /boot/bozOS.bin
}