[Voyageurs] First Pass XHCI Controller, resets the controller.

This commit is contained in:
Drew Galbraith 2024-02-06 20:51:16 -08:00
parent 3bacfea183
commit 2228b5b52e
6 changed files with 372 additions and 3 deletions

View file

@ -1,5 +1,6 @@
add_executable(voyageurs
keyboard/keyboard_driver.cpp
xhci/xhci_driver.cpp
voyageurs_server.cpp
voyageurs.cpp)