mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Removed debug flags for init process
This commit is contained in:
parent
d142128538
commit
aed2b927f3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user