aboutsummaryrefslogtreecommitdiff
path: root/include/03.gdt/gdt02.c
blob: e708661d6cb55a8bd9e4133191f044118ba4ddf6 (plain)
1
2
3
4
5
struct gdt_pointer
{
    uint16_t size;
    uint32_t offset;
} __attribute__((packed));