From d20c7723bfc9ed2ef43d8de16e8661ce252d9aeb Mon Sep 17 00:00:00 2001 From: Quinten Kock Date: Fri, 4 Dec 2020 21:42:31 +0100 Subject: [PATCH] add support for custom QEMUFLAGS --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 324164f..a31e66c 100644 --- a/Makefile +++ b/Makefile @@ -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