Skip to content

53znoa26byrm3e/uefi_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Just a test for an UEFI app

Test

Build

cargo build --target x86_64-unknown-uefi

Copy UEFI file

cp target/x86_64-unknown-uefi/debug/uefi_app.efi esp/efi/boot/bootx64.efi

Launch VM

qemu-system-x86_64 -enable-kvm \
    -drive if=pflash,format=raw,readonly=on,file=OVMF_CODE.fd \
    -drive if=pflash,format=raw,readonly=on,file=OVMF_VARS.fd \
    -drive format=raw,file=fat:rw:esp

About

Just a test for an UEFI app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages