aboutsummaryrefslogtreecommitdiff
path: root/include/03.gdt/deo2
blob: cbc5e1d243e214a448d06d39096ae75ad2a97feb (plain)
1
2
3
4
5
6
7
8
9
struct gdt_entry
{
    uint16_t limit;
    uint16_t base1;
    uint8_t base2;
    uint8_t access;
    uint8_t limit_flags;
    uint8_t base3;
} __attribute__((packed));