Thread arguments are now available from it's stack

This commit is contained in:
Alex
2022-12-15 03:08:16 +02:00
parent a3664662f3
commit 59fe56302f
4 changed files with 126 additions and 146 deletions

View File

@ -50,7 +50,8 @@ void KernelMainThread()
"TZ=UTC",
nullptr};
const char *argv[3] = {
const char *argv[4] = {
Config.InitPath,
"--init",
"--critical",
nullptr};