summaryrefslogtreecommitdiffstats
path: root/test_code/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test_code/Makefile')
-rw-r--r--test_code/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_code/Makefile b/test_code/Makefile
index e265199..0246bd3 100644
--- a/test_code/Makefile
+++ b/test_code/Makefile
@@ -11,11 +11,11 @@ QEMUFLAGS=-drive format=raw,file=fat:rw:hda-contents,index=0,media=disk \
-drive if=pflash,format=raw,readonly,file=$(OVMFCODE) \
-drive if=pflash,format=raw,file=$(OVMFVARS) \
-debugcon file:$(LOG) -global isa-debugcon.iobase=0x402 \
- -serial stdio \
- -nographic \
- -nodefaults \
-net none \
- -cpu host
+ -cpu host \
+ -serial stdio \
+ -nographic \
+ -nodefaults
run:
$(QEMU) $(QEMUFLAGS)