mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
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:
parent
f768df678c
commit
716cca1b4e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user