1
0
Fork 0
mirror of https://gitlab.com/niansa/minituxi.git synced 2025-03-06 20:49:18 +01:00
minituxi/Makefile
2021-03-20 23:46:12 +01:00

10 lines
193 B
Makefile

all: genimg
compile:
utils/compile.sh
genimg: compile
utils/genimg.sh
test:
qemu-system-x86_64 -hda /dev/null -m 64 -kernel bzImage -initrd initramfs.cpio.gz -append 'quiet rdinit=/main'