mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 04:39:10 +00:00
Kernel/USB: Start fleshing out a basic UHCI controller driver :^)
Let's see if we can talk to some USB devices. We will now detect a UHCI controller if present on the PCI bus.
This commit is contained in:
parent
2e01f1f9b9
commit
e834c24eea
Notes:
sideshowbarker
2024-07-19 02:55:08 +09:00
Author: https://github.com/awesomekling
Commit: e834c24eea
5 changed files with 149 additions and 0 deletions
|
@ -39,6 +39,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-device VGA,vgamem_mb=64
|
||||
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk
|
||||
-device ich9-ahci
|
||||
-usb
|
||||
-debugcon stdio
|
||||
-soundhw pcspk
|
||||
-soundhw sb16
|
||||
|
@ -55,6 +56,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-device piix3-ide
|
||||
-drive file=${SERENITY_DISK_IMAGE},id=disk,if=none
|
||||
-device ide-hd,bus=ide.6,drive=disk,unit=0
|
||||
-usb
|
||||
-debugcon stdio
|
||||
-soundhw pcspk
|
||||
-soundhw sb16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue