mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Removed debug flags for init process
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user