Kernel: Implement USB Keyboard
This is kinda hacky, as I had disable the PS/2 initialization so that usb keyboard gets /dev/keyboard0. I should add device hot plugging support for TTY and GUI...
This commit is contained in:
@@ -31,6 +31,6 @@ qemu-system-$QEMU_ARCH \
|
||||
-drive format=raw,id=disk,file=${BANAN_DISK_IMAGE_PATH},if=none \
|
||||
-device e1000e,netdev=net \
|
||||
-netdev user,id=net \
|
||||
-device qemu-xhci \
|
||||
-device qemu-xhci -device usb-kbd \
|
||||
$DISK_ARGS \
|
||||
$@ \
|
||||
|
||||
Reference in New Issue
Block a user