mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
Add vga=multi argument
This commit is contained in:
parent
b42080deca
commit
8f37e0deb5
@ -90,6 +90,8 @@ endif
|
||||
|
||||
ifeq ($(vga),no)
|
||||
QEMUFLAGS+=-nographic -vga none
|
||||
else ifeq ($(vga),multi)
|
||||
QEMUFLAGS+=-display sdl -vga std -device secondary-vga
|
||||
endif
|
||||
|
||||
ifneq ($(usb),no)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user