Expand description
Strat9-OS syscall dispatcher.
Routes syscall numbers to handler functions and converts results to RAX values.
Called from the naked syscall_entry assembly with a pointer to SyscallFrame.
Functionsยง
- __
strat9_ syscall_ dispatch - Main dispatch function called from
syscall_entryassembly. - dispatch
- Alias used by the
call {dispatch}in syscall_entry. Re-exports__strat9_syscall_dispatchunder the symbol the assembly expects. - sys_
net_ info - Performs the sys net info operation.
- sys_
net_ recv - Performs the sys net recv operation.
- sys_
net_ send - Performs the sys net send operation.