Kernel: Invoke ELF interpreter instead if it is specified
This commit is contained in:
@@ -41,6 +41,7 @@ namespace Kernel
|
||||
int argc { 0 };
|
||||
char** argv { nullptr };
|
||||
char** envp { nullptr };
|
||||
int file_fd { -1 };
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user