mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Updated argv and envp in tasking
This commit is contained in:
@ -62,6 +62,8 @@ 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