Code: Select all
interrupt(long mode): gate descriptor is not valid sys seg
Code: Select all
GDT:
.GDTNull:
DD 0
DD 0
.GDTData:
DW 0FFFFh
DW 0
DB 0
DB 10010010b
DB 10001111b
DB 0
.GDTCode:
DW 0FFFFh
DW 0
DB 0
DB 10011010b
DB 11001111b
DB 0
.GDTLong:
DW 0FFFFh
DW 0
DB 0
DB 10011010b
DB 10101111b
DB 0
GDTEnd:
EDIT: Turns out, I found a workaround for the external things, nothing permanent but it'll do for now. But still, is there a reason Bochs is giving me this error (maybe its not actually an error)?