Kernel: Invoke ELF interpreter instead if it is specified

This commit is contained in:
2024-08-28 17:06:32 +03:00
parent d20752c318
commit 2bf65ef512
7 changed files with 382 additions and 191 deletions

View File

@@ -41,6 +41,7 @@ namespace Kernel
int argc { 0 };
char** argv { nullptr };
char** envp { nullptr };
int file_fd { -1 };
};
public: