mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Thread arguments are now available from it's stack
This commit is contained in:
@ -50,7 +50,8 @@ void KernelMainThread()
|
||||
"TZ=UTC",
|
||||
nullptr};
|
||||
|
||||
const char *argv[3] = {
|
||||
const char *argv[4] = {
|
||||
Config.InitPath,
|
||||
"--init",
|
||||
"--critical",
|
||||
nullptr};
|
||||
|
Reference in New Issue
Block a user