mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Allow kernel shell to execute binaries
This commit is contained in:
@ -56,8 +56,7 @@ int SpawnInit()
|
||||
compat = Tasking::Linux;
|
||||
|
||||
return Execute::Spawn(Config.InitPath, argv, envp,
|
||||
nullptr, false,
|
||||
compat, true);
|
||||
nullptr, false, compat, true);
|
||||
}
|
||||
|
||||
void KernelMainThread()
|
||||
|
Reference in New Issue
Block a user