pub fn sys_fork() -> i32
Create a new process by copying the memory-mappings in the current process into a new address space and get a separate scheduling-context in the OS.