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

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