1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00
kernel/iso/Makefile

11 lines
201 B
Makefile
Raw Normal View History

2017-11-01 05:20:44 -04:00
run: all
qemu-system-i386 -cdrom image.iso
all:
2017-11-01 23:38:06 -04:00
grub-file --is-x86-multiboot2 "$(K)"
2017-11-01 05:20:44 -04:00
cp "$(K)" rootfs/boot/kernelmq
grub-mkrescue rootfs -o image.iso
clean:
rm -f image.iso rootfs/boot/kernelmq