summaryrefslogtreecommitdiffstats
path: root/test_code/run.sh
diff options
context:
space:
mode:
authorRegina König2020-06-24 23:55:57 +0200
committerRegina König2020-06-24 23:55:57 +0200
commit8397deb7da642cb534ce32a0a2936fed3d5ce05c (patch)
tree5afa7e2dcca8d049c0fc5e0d913c059b5bc281b1 /test_code/run.sh
parentfix for cast int to pointer error (diff)
downloadmemtest86-8397deb7da642cb534ce32a0a2936fed3d5ce05c.tar.gz
memtest86-8397deb7da642cb534ce32a0a2936fed3d5ce05c.tar.xz
memtest86-8397deb7da642cb534ce32a0a2936fed3d5ce05c.zip
added "-host cpu" to run.sh
Diffstat (limited to 'test_code/run.sh')
-rwxr-xr-xtest_code/run.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/test_code/run.sh b/test_code/run.sh
index bf88e8c..7de04bb 100755
--- a/test_code/run.sh
+++ b/test_code/run.sh
@@ -1,10 +1,13 @@
#!/bin/bash
-applications=("TestScreenbuffer.efi" "Memtest86+_UEFI.efi")
+applications=( "TestScreenbuffer.efi"\
+ "Memtest86+_UEFI.efi"\
+ "TestConfig.efi"
+ )
for app in "${applications[@]}"
do
cp ../../../../edk/edk2/Build/MdeModule/DEBUG_GCC5/X64/$app hda-contents/
done
-sudo kvm -bios OVMF.fd -hda fat:hda-contents -net none
+sudo kvm -bios OVMF.fd -hda fat:hda-contents -net none -cpu host