diff options
author | Regia König | 2021-06-01 17:46:01 +0200 |
---|---|---|
committer | Regia König | 2021-06-01 17:46:01 +0200 |
commit | b8df1fcc0d852103f96263effd6e5a5835aa7d06 (patch) | |
tree | de0532b06d686727ced20e20dc6ed0853583b3da /test_code | |
parent | Create a README File (diff) | |
download | memtest86-b8df1fcc0d852103f96263effd6e5a5835aa7d06.tar.gz memtest86-b8df1fcc0d852103f96263effd6e5a5835aa7d06.tar.xz memtest86-b8df1fcc0d852103f96263effd6e5a5835aa7d06.zip |
Remove outdated lines
Diffstat (limited to 'test_code')
-rwxr-xr-x | test_code/run.sh | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/test_code/run.sh b/test_code/run.sh index d86ad42..49f4519 100755 --- a/test_code/run.sh +++ b/test_code/run.sh @@ -1,22 +1,7 @@ #!/bin/bash -applications=( "ConfigurationTable.efi"\ - "GetMemoryMap.efi"\ - "GetRootSystemDescriptionPointer.efi"\ - "TextOutput.efi"\ - "ProtocolInformation.efi"\ - "doTest1.efi"\ - "Logger.efi" - ) - -#for app in "${applications[@]}" -#do -# cp ../../../../edk/edk2/Build/MdeModule/DEBUG_GCC5/X64/$app hda-contents/ -#done - #(cd hda-contents; rm memtest_log; echo -n -e '\x00' >> memtest_log) -sudo kvm -bios OVMF.fd --drive file=fat:rw:hda-contents,index=0,media=disk,format=raw --drive file=fat:rw:hdb-contents,index=1,media=disk,format=raw -no-reboot -net none -cpu host -#-drive file=vm-disk-5G,format=raw,index=1,media=disk +sudo kvm -bios OVMF.fd --drive file=fat:rw:hda-contents,index=0,media=disk,format=raw --drive file=fat:rw:hdb-contents,index=1,media=disk,format=raw -no-reboot -net none -cpu host -drive file=vm-disk-2G,format=raw,index=3,media=disk #-nographic |