Kernel: Implement basic USB Mass Storage support

I finally decided to do this :D
This commit is contained in:
2024-11-21 18:08:37 +02:00
parent 96a5ba0ed3
commit 70880636f4
8 changed files with 594 additions and 1 deletions

View File

@@ -66,6 +66,7 @@
#define DEBUG_USB_HID 0
#define DEBUG_USB_KEYBOARD 0
#define DEBUG_USB_MOUSE 0
#define DEBUG_USB_MASS_STORAGE 0
namespace Debug