Skip to content

Instantly share code, notes, and snippets.

@NunoLava1998
Created February 1, 2017 21:03
Show Gist options
  • Save NunoLava1998/69fce9e9c4bed3434e1e1b11b35ab637 to your computer and use it in GitHub Desktop.
Save NunoLava1998/69fce9e9c4bed3434e1e1b11b35ab637 to your computer and use it in GitHub Desktop.
struct gdt_table {
uint16_t limit_low;
uint16_t base_low;
uint8_t base_medium;
uint8_t access_byte;
uint8_t limit_high << 4;
uint8_t flags << 4;
uint8_t base_high;
} __attribute__ ((packed));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment