Files
RedBear-OS/x86/gdt_entry.inc
T
2022-02-01 16:58:53 -07:00

9 lines
145 B
C++

struc GDTEntry
.limitl resw 1
.basel resw 1
.basem resb 1
.attribute resb 1
.flags__limith resb 1
.baseh resb 1
endstruc