summaryrefslogblamecommitdiffstats
path: root/test_code/run.sh
blob: 3f034e2e3f874270fc90e696d96bde998f604695 (plain) (tree)
1
2
3
4
5
6
7

           

                                       

                                  
         





                                                                            
                                                                
#!/bin/bash

applications=(	"TestScreenbuffer.efi"\
		"Memtest86+_UEFI.efi"\
		"TestConfig.efi"\
		"GetMemoryMap.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 -cpu host