add support for custom QEMUFLAGS

This commit is contained in:
Quinten Kock 2020-12-04 21:42:31 +01:00
parent 94edee626a
commit d20c7723bf
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ run: $(KERNEL_HDD)
-drive file=$(KERNEL_HDD),format=raw \
-smp 2 \
-enable-kvm \
-debugcon stdio
-debugcon stdio \
$(QEMUFLAGS)
bochs: $(KERNEL_HDD) ext/bochsrc
rm -f $(KERNEL_HDD).lock