From d8992e4412e634bc4e262325c9bed15b92be6a6b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 11 Jan 2023 17:55:13 +0100 Subject: [PATCH] Makefile: qemu: -bios flag --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 \