Removed debug flags for init process

This commit is contained in:
Alex
2022-12-14 13:02:18 +02:00
parent d142128538
commit aed2b927f3

View File

@ -62,8 +62,6 @@ void KernelMainThread()
CPU::Interrupts(CPU::Enable);
goto Exit;
}
ret.Thread->SetDebugMode(true);
ret.Thread->SetKernelDebugMode(true);
ret.Thread->SetCritical(true);
KPrint("Waiting for \e22AAFF%s\eCCCCCC to start...", Config.InitPath);
CPU::Interrupts(CPU::Enable);