XHCI works on real hardware!

This commit is contained in:
2026-03-24 22:12:36 +01:00
parent b2e4a3802d
commit 0478570b2b
11 changed files with 215 additions and 102 deletions

8
kernel/sys/stall.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _KERNEL_SYS_STALL_H
#define _KERNEL_SYS_STALL_H
#include <libk/std.h>
void stall_ms (uint64_t ms);
#endif // _KERNEL_SYS_STALL_H