summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRegia König2022-08-15 17:09:02 +0200
committerRegia König2022-08-15 17:09:02 +0200
commit8c8186f9ec967ff168285811a9b72599e38f5439 (patch)
tree286146c5a7b37e12a3e6b4157f5278c1b3cef148
parentUpdate OVMF_VARS.fd (diff)
downloadmemtest86-8c8186f9ec967ff168285811a9b72599e38f5439.tar.gz
memtest86-8c8186f9ec967ff168285811a9b72599e38f5439.tar.xz
memtest86-8c8186f9ec967ff168285811a9b72599e38f5439.zip
More documentation and test.sh is updated to use monitor at stdio
-rw-r--r--test_code/OVMF_VARS.fdbin540672 -> 540672 bytes
-rwxr-xr-xtest_code/test.sh8
2 files changed, 7 insertions, 1 deletions
diff --git a/test_code/OVMF_VARS.fd b/test_code/OVMF_VARS.fd
index e34a74a..ac36f42 100644
--- a/test_code/OVMF_VARS.fd
+++ b/test_code/OVMF_VARS.fd
Binary files differ
diff --git a/test_code/test.sh b/test_code/test.sh
index 63933a5..b29ac6e 100755
--- a/test_code/test.sh
+++ b/test_code/test.sh
@@ -5,4 +5,10 @@ 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 -S
+ -net none -debugcon file:debug.log -global isa-debugcon.iobase=0x402 \
+ -monitor stdio
+
+# -D ./qemu_log.txt
+# -d ...
+# --trace "memory_region*"
+# -S