mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
Meta: Boot the Q35 machine without VGA support
Use the bochs-display device instead :)
This commit is contained in:
parent
86be477da0
commit
8515a1c49d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue