Updated argv and envp in tasking

This commit is contained in:
Alex
2022-12-08 10:35:05 +02:00
parent eab80c215c
commit 1317dc53fa
3 changed files with 62 additions and 39 deletions

View File

@ -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);