[Voyageurs] Receive keypress information from the usb keyboard.

This commit is contained in:
Drew Galbraith 2024-02-24 14:18:11 -08:00
parent 2cc9c89051
commit c5f8195255
6 changed files with 77 additions and 5 deletions

View file

@ -1,6 +1,7 @@
add_executable(voyageurs
keyboard/keyboard_driver.cpp
xhci/device_slot.cpp
xhci/endpoint.cpp
xhci/trb.cpp
xhci/trb_ring.cpp
xhci/xhci_driver.cpp