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