Skip to main content

Module exec

Module exec 

Source
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: