holy crap im an idiot, i was getting constatnt gpf because i forgot to pop the stack

This commit is contained in:
2025-06-01 20:57:12 -04:00
parent ecc91fdc7d
commit 4c938a0855
7 changed files with 19 additions and 14 deletions

View File

@ -47,7 +47,7 @@
SEG_PRIV(3) | SEG_DATA_RDWR
#define GDT_SIZE 5
#define GDT_SIZE 3
void setGdt(unsigned short limit, uint64_t* base);