summaryrefslogtreecommitdiffstats
path: root/kernel/GlobalConstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/GlobalConstruct.h')
-rwxr-xr-xkernel/GlobalConstruct.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/GlobalConstruct.h b/kernel/GlobalConstruct.h
new file mode 100755
index 0000000..2b0a675
--- /dev/null
+++ b/kernel/GlobalConstruct.h
@@ -0,0 +1,14 @@
+#ifndef GLOBALCONSTRUCT_H
+#define GLOBALCONSTRUCT_H
+
+#include "../arch/x86/io/GlobalObj.h"
+#include "../arch/x86/gdt/GlobalObj.h"
+
+class GlobalConstruct
+{
+ public:
+ static void terminalInit();
+ static void gdtInit();
+};
+
+#endif