GDT finally works
This commit is contained in:
6
kernel/hal/x86_64/gdt.h
Normal file
6
kernel/hal/x86_64/gdt.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef HAL_GDT_H_
|
||||
#define HAL_GDT_H_
|
||||
|
||||
void gdt_init(void);
|
||||
|
||||
#endif // HAL_GDT_H_
|
Reference in New Issue
Block a user