mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Merge branch 'overridable-qemu' into 'master'
Allow overriding QEMU See merge request redox-os/redox!2086
This commit is contained in:
commit
9d18b5b371
@ -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