Makefile: qemu: -bios flag

This commit is contained in:
Michael Stapelberg 2023-01-11 17:55:13 +01:00
parent d30f613622
commit d8992e4412

View File

@ -97,6 +97,7 @@ qemu:
-device virtio-net-pci,netdev=uplink,mac=52:55:00:d1:55:03 \ -device virtio-net-pci,netdev=uplink,mac=52:55:00:d1:55:03 \
-device virtio-net-pci,id=lan,mac=52:55:00:d1:55:04 \ -device virtio-net-pci,id=lan,mac=52:55:00:d1:55:04 \
-device i6300esb,id=watchdog0 -watchdog-action reset \ -device i6300esb,id=watchdog0 -watchdog-action reset \
-bios /usr/share/edk2-ovmf/x64/OVMF_CODE.fd \
-smp 8 \ -smp 8 \
-machine accel=kvm \ -machine accel=kvm \
-m 4096 \ -m 4096 \