mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 23:14:38 +00:00
Remove unnecessary command line arguments in SpawnInit function
This commit is contained in:
parent
45da53c843
commit
f7fde1a933
@ -48,8 +48,7 @@ int SpawnInit()
|
|||||||
|
|
||||||
const char *argv[4] = {
|
const char *argv[4] = {
|
||||||
Config.InitPath,
|
Config.InitPath,
|
||||||
"--init",
|
// "--help",
|
||||||
"--critical",
|
|
||||||
nullptr};
|
nullptr};
|
||||||
|
|
||||||
Tasking::TaskCompatibility compat = Tasking::Native;
|
Tasking::TaskCompatibility compat = Tasking::Native;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user