mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Allow overriding QEMU
This commit is contained in:
parent
129a3ce455
commit
1e5d6a1fae
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user