Enable UEFI by default on x86_64

It boots faster and more reliable than SeaBIOS. And in practice you are
unlikely to use BIOS on real hardware if you have an x86_64 capable CPU
anyway.
This commit is contained in:
bjorn3 2025-08-24 18:40:01 +02:00
parent f768df678c
commit 716cca1b4e

View File

@ -22,6 +22,7 @@ ifeq ($(ARCH),i686)
endif
else ifeq ($(ARCH),x86_64)
gpu?=vga
uefi?=yes
VGA_SUPPORTED=yes
QEMU_ARCH=x86_64
QEMU_MACHINE?=q35
@ -90,7 +91,6 @@ else ifeq ($(ARCH),aarch64)
endif
else ifeq ($(ARCH),riscv64gc)
live=no
efi=yes
audio=no
gpu?=ramfb
net=bridge