Removed debug flags for init process

This commit is contained in:
Alex 2022-12-14 13:02:18 +02:00
parent d142128538
commit aed2b927f3
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

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