Trying to fix user stack

This commit is contained in:
Alex
2022-11-16 16:04:09 +02:00
parent 4d874a3e81
commit 9fdad650b9
7 changed files with 172 additions and 110 deletions

View File

@ -14,7 +14,7 @@ using namespace Tasking;
namespace Execute
{
SpawnData Spawn(char *Path, Vector<const char *> &argv, Vector<const char *> &envp)
SpawnData Spawn(char *Path, const char **argv, const char **envp)
{
SpawnData ret = {.Status = ExStatus::Unknown,
.Process = nullptr,