From 773198fef86a29e5c46864a3259e39a982b116f7 Mon Sep 17 00:00:00 2001 From: Logan G Date: Sun, 19 Jan 2025 14:43:55 -0700 Subject: [PATCH] Fixed edk2 path in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 866f236..af6a548 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ clean_work: check_mountpoints rm -rf work/ qemu: $(ISO_NAME) - qemu-system-x86_64 --enable-kvm -smp $(shell echo $$(( `nproc` / 2 / 2 * 2 ))) -cpu host -m 4G -nic user -L /tmp --bios /usr/share/edk2-ovmf/x64/OVMF_CODE.fd -cdrom $(ISO_NAME) + qemu-system-x86_64 --enable-kvm -smp $(shell echo $$(( `nproc` / 2 / 2 * 2 ))) -cpu host -m 4G -nic user -L /tmp --bios /usr/share/edk2-ovmf/x64/OVMF.4m.fd -cdrom $(ISO_NAME)