mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 01:10:42 +00:00
Meta: Boot Q35 machine with SATA drive instead of using IDE drive
This commit is contained in:
parent
c4463cb5df
commit
e65fd83e23
Notes:
sideshowbarker
2024-07-18 21:42:05 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/e65fd83e233 Pull-request: https://github.com/SerenityOS/serenity/pull/5529 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/tomuta
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue