Meta: Boot the Q35 machine without VGA support

Use the bochs-display device instead :)
This commit is contained in:
Liav A 2021-03-05 06:53:39 +02:00 committed by Andreas Kling
parent 86be477da0
commit 8515a1c49d
Notes: sideshowbarker 2024-07-18 18:01:13 +09:00

View File

@ -69,7 +69,9 @@ $SERENITY_EXTRA_QEMU_ARGS
-machine q35
-d guest_errors
-smp 2
-device VGA,vgamem_mb=64
-device bochs-display
-vga none
-device piix3-ide
-drive file=${SERENITY_DISK_IMAGE},id=disk,if=none
-device ahci,id=ahci
-device ide-hd,bus=ahci.0,drive=disk,unit=0