summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRegia König2022-08-16 11:35:13 +0200
committerRegia König2022-08-16 11:35:13 +0200
commitd99884c208a95a4a07174ded55d06e222f0c1ad6 (patch)
tree62502223ea31a6f9b61cf5608f25ccf12daa6da0
parentReorder GDB commands (diff)
downloadmemtest86-d99884c208a95a4a07174ded55d06e222f0c1ad6.tar.gz
memtest86-d99884c208a95a4a07174ded55d06e222f0c1ad6.tar.xz
memtest86-d99884c208a95a4a07174ded55d06e222f0c1ad6.zip
Correct a mistake in test.sh
-rw-r--r--test_code/OVMF_VARS.fdbin540672 -> 540672 bytes
-rwxr-xr-xtest_code/test.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/test_code/OVMF_VARS.fd b/test_code/OVMF_VARS.fd
index ac36f42..a7fab53 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 b29ac6e..1a72eb7 100755
--- a/test_code/test.sh
+++ b/test_code/test.sh
@@ -1,5 +1,5 @@
-#!\bin\bash
+#!/bin/bash
sudo qemu-system-x86_64 -s -bios ./OVMF.fd \
-hda fat:rw:hda-contents \