Expand description
execve() syscall implementation.
Replaces the current process image with a new one.
Functionsยง
- sys_
execve - SYS_PROC_EXECVE (301): replace current process image. On success, does not return. On failure, returns an appropriate error code. This is the main syscall handler for execve, which performs the entire execve sequence: