diff options
Diffstat (limited to 'include/03.gdt/gdt4.h')
| -rw-r--r-- | include/03.gdt/gdt4.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/03.gdt/gdt4.h b/include/03.gdt/gdt4.h new file mode 100644 index 0000000..e708661 --- /dev/null +++ b/include/03.gdt/gdt4.h @@ -0,0 +1,5 @@ +struct gdt_pointer +{ + uint16_t size; + uint32_t offset; +} __attribute__((packed)); |
