fix: gdt init no longer crashes

WIP: change page directory and stuff so the memory can work properly
This commit is contained in:
2024-10-14 23:36:41 +02:00
parent 5969dcca54
commit 9855669662
3 changed files with 12 additions and 18 deletions

View File

@ -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