redox/bootloader/x86/gdt_entry.inc

9 lines
145 B
PHP
Raw Normal View History

2016-08-14 02:21:46 +02:00
struc GDTEntry
.limitl resw 1
.basel resw 1
.basem resb 1
.attribute resb 1
.flags__limith resb 1
.baseh resb 1
endstruc