specify image format in makefile

This commit is contained in:
Quinten Kock 2020-11-30 03:07:56 +01:00
parent 1fc1c0150c
commit 4edc30af43
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ $(COMPONENTS):
disk: $(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:
$(MAKE) -C ext/limine/ limine-install