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
|