pub fn sys_fork() -> isize
Syscall Fork which returns 0 for child process and child_pid for parent process