Allow kernel shell to execute binaries

This commit is contained in:
EnderIce2
2024-03-28 03:10:58 +02:00
parent ac2147b69b
commit 8be2e10a8c
2 changed files with 99 additions and 28 deletions

View File

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