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