Fixed edk2 path in Makefile

This commit is contained in:
Logan G 2025-01-19 14:43:55 -07:00
parent 421b930487
commit 773198fef8
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -27,4 +27,4 @@ clean_work: check_mountpoints
rm -rf work/ rm -rf work/
qemu: $(ISO_NAME) 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)