pub fn syscall_handler( abi: &mut Xv6Riscv64Abi, trapframe: &mut Trapframe, ) -> Result<usize, &'static str>
Syscall handler
abi
trapframe
The result of the syscall handler
Returns an error if the syscall number is invalid