mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
Meta: Boot Q35 machine with SATA drive instead of using IDE drive
This commit is contained in:
parent
c4463cb5df
commit
e65fd83e23
1 changed files with 2 additions and 2 deletions
|
@ -65,9 +65,9 @@ $SERENITY_EXTRA_QEMU_ARGS
|
||||||
-d guest_errors
|
-d guest_errors
|
||||||
-smp 2
|
-smp 2
|
||||||
-device VGA,vgamem_mb=64
|
-device VGA,vgamem_mb=64
|
||||||
-device piix3-ide
|
|
||||||
-drive file=${SERENITY_DISK_IMAGE},id=disk,if=none
|
-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
|
-usb
|
||||||
-debugcon stdio
|
-debugcon stdio
|
||||||
-soundhw pcspk
|
-soundhw pcspk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue