diff options
author | Liav A <liavalb@gmail.com> | 2021-03-05 06:53:39 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-16 19:58:33 +0200 |
commit | 8515a1c49d0442f7ce23faec2c27a336d32ce7d6 (patch) | |
tree | bac6dec53f803215127a53acc80b28946dbb2c7c /Meta | |
parent | 86be477da0a83e6682c618cfe87942d6301e9311 (diff) | |
download | serenity-8515a1c49d0442f7ce23faec2c27a336d32ce7d6.zip |
Meta: Boot the Q35 machine without VGA support
Use the bochs-display device instead :)
Diffstat (limited to 'Meta')
-rwxr-xr-x | Meta/run.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Meta/run.sh b/Meta/run.sh index e632f70b2b..2d272adce4 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -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 |