This repository has been archived on 2024-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
potatOS-pro/bootloader/x86_64/gdt_entry.inc

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