diff --git a/Makefile b/Makefile index 8f1179e..da47407 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,7 @@ qemu: -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 i6300esb,id=watchdog0 -watchdog-action reset \ + -bios /usr/share/edk2-ovmf/x64/OVMF_CODE.fd \ -smp 8 \ -machine accel=kvm \ -m 4096 \