GDT finally works
This commit is contained in:
8
kernel/hal/x86_64/serial.h
Normal file
8
kernel/hal/x86_64/serial.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef HAL_SERIAL_H_
|
||||
#define HAL_SERIAL_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool serial_init(void);
|
||||
|
||||
#endif // HAL_SERIAL_H_
|
Reference in New Issue
Block a user