diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2024-03-06 15:32:17 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2024-03-06 15:32:17 +0700 |
| commit | 244a9154e42a49470bd28e3a95ebe9f4a5fe5ff7 (patch) | |
| tree | 4999e8c789a036511a1b6bbaec594b712bb1f64a /kernel/GlobalConstruct.cpp | |
| parent | 1af53b431da6d3b5dcf7132f98f9eb2af88b57fa (diff) | |
Initialization mechanism
Diffstat (limited to 'kernel/GlobalConstruct.cpp')
| -rwxr-xr-x | kernel/GlobalConstruct.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kernel/GlobalConstruct.cpp b/kernel/GlobalConstruct.cpp deleted file mode 100755 index b16b6ae..0000000 --- a/kernel/GlobalConstruct.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include "GlobalConstruct.h" - -void GlobalConstruct::terminalInit() -{ - display = VGADisplay(); -}; - -void GlobalConstruct::gdtInit() -{ - mngGdt = MngGdt(); - - mngGdt.addDescriptor(DescSeg32::flatCodeKernel()); - mngGdt.addDescriptor(DescSeg32::flatDataKernel()); - mngGdt.loadGdt(); -}; |
