aboutsummaryrefslogtreecommitdiff
path: root/src/gdt/gdt.h
diff options
context:
space:
mode:
authorMarvin Borner2019-09-15 00:03:16 +0200
committerMarvin Borner2019-09-15 00:03:16 +0200
commitbd60d787b3691eaf04ef1d7e7f779466c62818f6 (patch)
treeec3496d6110fc1f9a6068578571e8cda2325347f /src/gdt/gdt.h
parentedfded107a7a573c06894d5ade48b4a1d7a3e265 (diff)
Began global descriptor table
Diffstat (limited to 'src/gdt/gdt.h')
-rw-r--r--src/gdt/gdt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gdt/gdt.h b/src/gdt/gdt.h
new file mode 100644
index 0000000..46d80e2
--- /dev/null
+++ b/src/gdt/gdt.h
@@ -0,0 +1,6 @@
+#ifndef MELVIX_GDT_H
+#define MELVIX_GDT_H
+
+void gdt_install();
+
+#endif