USB driver polling user app, handle only one XHCI controller for now, Implement USB device addressing
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m47s
Build documentation / build-and-deploy (push) Successful in 2m38s

This commit is contained in:
2026-03-29 18:59:20 +02:00
parent 69f063198a
commit 482afb47d7
22 changed files with 383 additions and 56 deletions

View File

@@ -4,10 +4,7 @@
#define INTR_PS2KB 32
#define INTR_IDE_DRIVE_PRIM 33
#define INTR_IDE_DRIVE_SCND 34
#define INTR_XHCI0 35
#define INTR_XHCI1 36
#define INTR_XHCI2 37
#define INTR_XHCI3 38
#define INTR_XHCI 35
#define INTR_SCHED_PREEMPT_TIMER 80
#define INTR_CPU_REQUEST_SCHED 82