mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Add vga=virtio qemu option
This commit is contained in:
parent
26cde4388c
commit
5e89a28c5a
@ -97,6 +97,8 @@ ifeq ($(vga),no)
|
||||
QEMUFLAGS+=-nographic -vga none
|
||||
else ifeq ($(vga),multi)
|
||||
QEMUFLAGS+=-display sdl -vga std -device secondary-vga
|
||||
else ifeq ($(vga),virtio)
|
||||
QEMUFLAGS+=-vga virtio
|
||||
endif
|
||||
|
||||
ifneq ($(usb),no)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user