pub fn dispatch(nr: u64, a0: u64, a1: u64, a2: u64) -> u64Expand description
dispatch a syscall. TODO: re-enable interrupts to make the kernel preemptive TODO: add constants for errnos
pub fn dispatch(nr: u64, a0: u64, a1: u64, a2: u64) -> u64dispatch a syscall. TODO: re-enable interrupts to make the kernel preemptive TODO: add constants for errnos