summaryrefslogtreecommitdiffstats
path: root/test_code/Makefile
diff options
context:
space:
mode:
authorRegina König2022-09-07 23:24:55 +0200
committerRegina König2022-09-07 23:24:55 +0200
commit09e1b4fb40878ef29b8ca36b93172fcd89c70883 (patch)
treef731cd63f8a6511d1b1bbad6ed4eb01111e77995 /test_code/Makefile
parenthiuhi (diff)
parentRename dir and experiment with cmdline options (diff)
downloadmemtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.tar.gz
memtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.tar.xz
memtest86-09e1b4fb40878ef29b8ca36b93172fcd89c70883.zip
Merge branch 'master' of git.openslx.org:openslx-ng/memtest86HEADmaster
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)