Decouple I/O from HAL
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
#include "hshtb.h"
|
||||
#include "sysdefs/dev.h"
|
||||
#include "proc/proc.h"
|
||||
#include "io/io.h"
|
||||
|
||||
#define KB_CTL_STATUS 0x64
|
||||
#define KB_DATA_IN_BUF 0x01
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
#include "sysdefs/dev.h"
|
||||
#include "kprintf.h"
|
||||
#include "hal/hal.h"
|
||||
#include "io/io.h"
|
||||
|
||||
// https://wiki.osdev.org/Serial_Ports
|
||||
|
||||
|
||||
Reference in New Issue
Block a user