summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/KeMain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/KeMain.cxx')
-rw-r--r--Kernel/Sources/KeMain.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Kernel/Sources/KeMain.cxx b/Kernel/Sources/KeMain.cxx
index 3ff754c2..b64d4409 100644
--- a/Kernel/Sources/KeMain.cxx
+++ b/Kernel/Sources/KeMain.cxx
@@ -8,7 +8,7 @@
------------------------------------------- */
#include <ArchKit/ArchKit.hpp>
-#include <Builtins/GX/GX>
+#include <Modules/CoreCG/CoreCG.hxx>
#include <CompilerKit/Detail.hxx>
#include <FirmwareKit/Handover.hxx>
#include <KernelKit/FileManager.hpp>
@@ -63,7 +63,7 @@ namespace NewOS::Detail
if (catalogDir)
{
- NewOS::kcout << "newoskrnl: Already here\r";
+ NewOS::kcout << "newoskrnl: Already here\r";
delete catalogDir;
continue;
@@ -186,7 +186,7 @@ namespace NewOS::Detail
/// @return void no return value.
STATIC NewOS::Void ke_launch_srv(NewOS::Void)
{
- // load security server.
+ // load security server.
NewOS::PEFLoader secureSrv("C:\\System\\securesrv.exe");
if (!secureSrv.IsLoaded())