fix: (maybe): remove gdt address

This commit is contained in:
2025-01-22 14:04:35 +01:00
parent 24c7ea8b19
commit 4ec1a4962d
2 changed files with 5 additions and 6 deletions

View File

@ -3,8 +3,7 @@
#include "tss.h"
#include <stdint.h>
#define GDT_ADDRESS 0xC0105040
#define GDT_SIZE 8
#define GDT_SIZE 8
// https://wiki.osdev.org/Global_Descriptor_Table#GDTR
struct gdt_descriptor {