fix: gdt init no longer crashes
WIP: change page directory and stuff so the memory can work properly
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define GDT_ADDRESS 0x00000800
|
||||
#define GDT_ADDRESS 0xC0105040
|
||||
#define GDT_SIZE 7
|
||||
|
||||
// https://wiki.osdev.org/Global_Descriptor_Table#GDTR
|
||||
|
Reference in New Issue
Block a user