redox/bootloader/x86/gdt_entry.inc
2016-08-13 18:21:46 -06: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