summaryrefslogtreecommitdiffstats
path: root/test_code/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_code/run.sh')
-rwxr-xr-xtest_code/run.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test_code/run.sh b/test_code/run.sh
index 000d682..c0a4ea0 100755
--- a/test_code/run.sh
+++ b/test_code/run.sh
@@ -2,8 +2,10 @@
#(cd hda-contents; rm memtest_log; echo -n -e '\x00' >> memtest_log)
+#OVMF=/usr/share/ovmf/OVMF.fd
+OVMF=/home/koenigr/Memtest/git/memtest86/test_code/OVMF.fd
-sudo kvm -bios OVMF.fd \
+sudo kvm -bios $OVMF \
--drive file=fat:rw:hda-contents,index=0,media=disk,format=raw \
--drive file=fat:rw:hdb-contents,index=1,media=disk,format=raw \
-net none \