summaryrefslogtreecommitdiffstats
path: root/test_code
diff options
context:
space:
mode:
Diffstat (limited to 'test_code')
-rw-r--r--test_code/OVMF_VARS.fdbin540672 -> 540672 bytes
-rw-r--r--test_code/memtest_gdbscript8
2 files changed, 8 insertions, 0 deletions
diff --git a/test_code/OVMF_VARS.fd b/test_code/OVMF_VARS.fd
index 53d80c2..6252fc6 100644
--- a/test_code/OVMF_VARS.fd
+++ b/test_code/OVMF_VARS.fd
Binary files differ
diff --git a/test_code/memtest_gdbscript b/test_code/memtest_gdbscript
new file mode 100644
index 0000000..3295919
--- /dev/null
+++ b/test_code/memtest_gdbscript
@@ -0,0 +1,8 @@
+add-symbol-file ../../memtest86plus_debug/build64/memtest.debug 0x20000
+b main
+
+# while loop
+b *0x21414a
+
+# supposed main
+b *0x21412a