summaryrefslogtreecommitdiffstats
path: root/test_code
diff options
context:
space:
mode:
authorRegia König2022-08-14 21:10:17 +0200
committerRegia König2022-08-14 21:10:17 +0200
commit848f0624bcdb1c1f60268852cfde5c71e07ee66a (patch)
tree5b903c2f22dc049e172bc6681617a8503d78515c /test_code
parentGDB Documentation (diff)
downloadmemtest86-848f0624bcdb1c1f60268852cfde5c71e07ee66a.tar.gz
memtest86-848f0624bcdb1c1f60268852cfde5c71e07ee66a.tar.xz
memtest86-848f0624bcdb1c1f60268852cfde5c71e07ee66a.zip
New script for running qemu and GDB documentation
Diffstat (limited to 'test_code')
-rwxr-xr-xtest_code/test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test_code/test.sh b/test_code/test.sh
new file mode 100755
index 0000000..5c9ff29
--- /dev/null
+++ b/test_code/test.sh
@@ -0,0 +1,5 @@
+
+#!\bin\bash
+
+sudo qemu-system-x86_64 -s -bios ./OVMF.fd -hda fat:rw:hda-contents \
+-net none -debugcon file:debug.log -global isa-debugcon.iobase=0x402 -S