summaryrefslogtreecommitdiff
path: root/kernel/GDT/gdt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/GDT/gdt.cpp')
-rw-r--r--kernel/GDT/gdt.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/GDT/gdt.cpp b/kernel/GDT/gdt.cpp
new file mode 100644
index 0000000..5aa8065
--- /dev/null
+++ b/kernel/GDT/gdt.cpp
@@ -0,0 +1,11 @@
+#include "gdt.hpp"
+#include "../Types/types.hpp"
+
+
+void initGdtDesc(u32 base, u32 limit, u8 type, u8 param, gdtDescriptorStruct *descriptor){
+
+}
+
+
+void initGdt(){
+}