1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:37:45 +00:00

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

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