Use source compiled OVMF in OSDK

This commit is contained in:
Hsy-Intel 2025-04-30 22:46:08 +08:00 committed by Tate, Hongliang Tian
parent 2961b89caa
commit bd336c37d0
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ args = """\
-chardev stdio,id=mux,mux=on,signal=off \
-display none \
-device isa-debug-exit,iobase=0xf4,iosize=0x04 \
-drive if=pflash,format=raw,unit=0,readonly=on,file=/usr/share/OVMF/OVMF_CODE.fd \
-drive if=pflash,format=raw,unit=1,file=/usr/share/OVMF/OVMF_VARS.fd \
-drive if=pflash,format=raw,unit=0,readonly=on,file=/root/ovmf/release/OVMF.fd \
-drive if=pflash,format=raw,unit=1,file=/root/ovmf/release/OVMF_VARS.fd \
"""