diff options
author | Regina König | 2020-07-20 17:06:36 +0200 |
---|---|---|
committer | Regina König | 2020-07-20 17:06:36 +0200 |
commit | 93d8ba99868e9086cedb3be305000e2525ff8bac (patch) | |
tree | 079998be78fb2f73f52014afb001bc039baa7669 /test_code | |
parent | Getting empty information of filesystem (diff) | |
download | memtest86-93d8ba99868e9086cedb3be305000e2525ff8bac.tar.gz memtest86-93d8ba99868e9086cedb3be305000e2525ff8bac.tar.xz memtest86-93d8ba99868e9086cedb3be305000e2525ff8bac.zip |
was able to write to a log file from efi shell.
Diffstat (limited to 'test_code')
-rwxr-xr-x | test_code/run.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test_code/run.sh b/test_code/run.sh index 3f034e2..7c846cd 100755 --- a/test_code/run.sh +++ b/test_code/run.sh @@ -11,4 +11,6 @@ do cp ../../../../edk/edk2/Build/MdeModule/DEBUG_GCC5/X64/$app hda-contents/ done -sudo kvm -bios OVMF.fd -hda fat:hda-contents -net none -cpu host +sudo kvm -bios OVMF.fd --drive file=fat:rw:hda-contents,index=0,media=disk,format=raw -no-reboot -net none -cpu host +#-drive file=vm-disk-5G,format=raw,index=1,media=disk +#-nographic |