Meta: Boot Q35 machine with SATA drive instead of using IDE drive

This commit is contained in:
Liav A 2021-02-26 06:26:23 +02:00 committed by Andreas Kling
parent c4463cb5df
commit e65fd83e23
Notes: sideshowbarker 2024-07-18 21:42:05 +09:00

View file

@ -65,9 +65,9 @@ $SERENITY_EXTRA_QEMU_ARGS
-d guest_errors
-smp 2
-device VGA,vgamem_mb=64
-device piix3-ide
-drive file=${SERENITY_DISK_IMAGE},id=disk,if=none
-device ide-hd,bus=ide.6,drive=disk,unit=0
-device ahci,id=ahci
-device ide-hd,bus=ahci.0,drive=disk,unit=0
-usb
-debugcon stdio
-soundhw pcspk