fix: (maybe): remove gdt address
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user