aboutsummaryrefslogtreecommitdiff
path: root/include/03.gdt/deo7
diff options
context:
space:
mode:
Diffstat (limited to 'include/03.gdt/deo7')
-rw-r--r--include/03.gdt/deo74
1 files changed, 4 insertions, 0 deletions
diff --git a/include/03.gdt/deo7 b/include/03.gdt/deo7
new file mode 100644
index 0000000..d69d009
--- /dev/null
+++ b/include/03.gdt/deo7
@@ -0,0 +1,4 @@
+void init_gdt_table()
+{
+ gdtp.size=sizeof(gdt)-1;
+ gdtp.offset=(uint32_t)&gdt;