From 244a9154e42a49470bd28e3a95ebe9f4a5fe5ff7 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Wed, 6 Mar 2024 15:32:17 +0700 Subject: Initialization mechanism --- kernel/GlobalConstruct.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 kernel/GlobalConstruct.h (limited to 'kernel/GlobalConstruct.h') 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 -- cgit v1.2.3