Added rule to make bootable disk image

This commit is contained in:
2020-07-18 07:51:04 -05:00
parent 621c38faff
commit 74fb6834f6
2 changed files with 6 additions and 2 deletions

View File

@@ -1 +1,6 @@
SUBDIRS = src
SUBDIRS = src
quark.iso: src/quark-kernel rootfs/boot/grub/grub.cfg
mkdir -p rootfs/apps
cp src/quark-kernel rootfs/apps
grub-mkrescue rootfs/ -o quark.iso