summaryrefslogtreecommitdiffstats
path: root/test_code/test.sh
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/test.sh
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/test.sh')
-rwxr-xr-xtest_code/test.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/test_code/test.sh b/test_code/test.sh
new file mode 100755
index 0000000..267a46a
--- /dev/null
+++ b/test_code/test.sh
@@ -0,0 +1,13 @@
+
+#!/bin/bash
+
+sudo qemu-system-x86_64 -s -bios ./OVMF.fd \
+ -hda fat:rw:hda-contents \
+ -drive if=pflash,format=raw,readonly,file=OVMF_CODE.fd \
+ -drive if=pflash,format=raw,file=OVMF_VARS.fd \
+ -net none -debugcon file:debug.log -global isa-debugcon.iobase=0x402 \
+ -monitor stdio \
+ -D ./qemu_log.txt
+# -d
+# --trace "memory_region*"
+# -S