add environment variables support for execve()
for now, envp (a NULL terminated char* array) is given to userspace by 3rd main argument, and may be NULL if no environment is used
Loading
Please register or sign in to comment
for now, envp (a NULL terminated char* array) is given to userspace by 3rd main argument, and may be NULL if no environment is used