Constants
- SYSCALLS 🔒
Functions
- Get the absolute path, if the
path
is relative, it will use the current process working directory to get the absolute path. If thepath
is absolute, it will return it as is. - Allocates space fro the mapping and copies them
- Allocates space for the strings and copies them
- sys_exit 🔒
- sys_open 🔒
- Set and Get process priority TODO: implement security levels, as now we can change the priority of any process
- sys_read 🔒
- sys_seek 🔒
- sys_stat 🔒
Type Aliases
- Syscall 🔒