summaryrefslogtreecommitdiffstats
path: root/kernel/GlobalConstruct.h
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2024-03-06 15:32:17 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2024-03-06 15:32:17 +0700
commit244a9154e42a49470bd28e3a95ebe9f4a5fe5ff7 (patch)
tree4999e8c789a036511a1b6bbaec594b712bb1f64a /kernel/GlobalConstruct.h
parent1af53b431da6d3b5dcf7132f98f9eb2af88b57fa (diff)
Initialization mechanism
Diffstat (limited to 'kernel/GlobalConstruct.h')
-rwxr-xr-xkernel/GlobalConstruct.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/GlobalConstruct.h b/kernel/GlobalConstruct.h
deleted file mode 100755
index 2b0a675..0000000
--- a/kernel/GlobalConstruct.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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