1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-05-26 18:12:02 -04:00
kernel/iso/Makefile
2017-11-05 10:03:08 +00:00

11 lines
263 B
Makefile

run: all
qemu-system-i386 -cdrom image.iso
all:
grub-file --is-x86-multiboot2 "$(KERNEL)"
cp "$(KERNEL)" rootfs/boot/kernelmq
cp "$(DUMMY)" rootfs/boot/dummy
grub-mkrescue rootfs -o image.iso
clean:
rm -f image.iso rootfs/boot/kernelmq rootfs/boot/dummy