Expand description

Process management syscalls

Structs

Functions

Syscall Exec which accepts the elf path

Syscall Fork which returns 0 for child process and child_pid for parent process

If there is not a child process whose pid is same as given, return -1. Else if there is a child process but it is still running, return -2.

current task gives up resources for other tasks