diff options
-rw-r--r-- | test_code/OVMF_VARS.fd | bin | 540672 -> 540672 bytes | |||
-rwxr-xr-x | test_code/test.sh | 8 |
2 files changed, 7 insertions, 1 deletions
diff --git a/test_code/OVMF_VARS.fd b/test_code/OVMF_VARS.fd Binary files differindex e34a74a..ac36f42 100644 --- a/test_code/OVMF_VARS.fd +++ b/test_code/OVMF_VARS.fd 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 |