Use source compiled OVMF in OSDK
This commit is contained in:
parent
2961b89caa
commit
bd336c37d0
|
|
@ -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 \
|
||||
"""
|
||||
Loading…
Reference in New Issue