Fixed edk2 path in Makefile
This commit is contained in:
parent
421b930487
commit
773198fef8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue