pub fn handle_syscall(syscall_id: usize, args: [usize; 6]) -> isize
Expand description

Handle the syscall

Arguments

  • syscall_id - The id of the syscall

  • args - The arguments of the syscall