pub fn handle_syscall(syscall_id: usize, args: [usize; 6]) -> isize
Handle the syscall
syscall_id - The id of the syscall
syscall_id
args - The arguments of the syscall
args