Allow overriding QEMU

This commit is contained in:
Wildan M 2026-04-20 10:05:56 +07:00
parent 129a3ce455
commit 1e5d6a1fae
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -1,7 +1,7 @@
# Configuration file for QEMU
QEMU=qemu-system-$(QEMU_ARCH)
QEMUFLAGS=-d guest_errors -name "Redox OS $(ARCH)"
QEMU?=qemu-system-$(QEMU_ARCH)
QEMUFLAGS?=-d guest_errors -name "Redox OS $(ARCH)"
netboot?=no
redoxer?=no
VGA_SUPPORTED=no