Decouple I/O from HAL

This commit is contained in:
2025-11-11 19:59:01 +01:00
parent 344952fb5f
commit 7015bc9576
11 changed files with 12 additions and 7 deletions

View File

@ -17,7 +17,6 @@ int32_t hal_randnum(void);
#include "x86_64/switch.h"
#include "x86_64/paging.h"
#include "x86_64/intr.h"
#include "x86_64/io.h"
#include "x86_64/gdt.h"
#endif // KERNEL_HAL_HAL_H_