Fix: real target

This commit is contained in:
xamidev
2024-07-27 15:34:44 +02:00
parent 13a72cc543
commit c988b281ad
3 changed files with 5 additions and 0 deletions

4
grub.cfg Normal file
View File

@@ -0,0 +1,4 @@
menuentry "Blank OS" {
multiboot /boot/kernel.elf
boot
}

View File

@@ -46,6 +46,7 @@ os.iso: kernel.elf
real: kernel.elf
mkdir -p real/boot/grub
cp kernel.elf real/boot/kernel.elf
cp grub.cfg real/boot/grub/grub.cfg
grub-mkrescue real -o blankos.iso
run: os.iso

BIN
os.iso

Binary file not shown.