specify image format in makefile
This commit is contained in:
parent
1fc1c0150c
commit
4edc30af43
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ $(COMPONENTS):
|
||||||
|
|
||||||
disk: $(KERNEL_HDD)
|
disk: $(KERNEL_HDD)
|
||||||
run: $(KERNEL_HDD)
|
run: $(KERNEL_HDD)
|
||||||
qemu-system-x86_64 -m 2G -hda $(KERNEL_HDD)
|
qemu-system-x86_64 -m 2G -drive file=$(KERNEL_HDD),format=raw
|
||||||
|
|
||||||
ext/limine/limine-install:
|
ext/limine/limine-install:
|
||||||
$(MAKE) -C ext/limine/ limine-install
|
$(MAKE) -C ext/limine/ limine-install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue