Structsยง
- AbiStructures
- ABI structures are structures that are passed to tasks by the parent task
for now only stdio file descriptors are passed
you get a pointer to them in the
r8register at _start (the 5th argument) - Spawn
Config - configuration for the spawn syscall
- Spawn
Flags - Flags for the crate::syscalls::SyscallTable::SysPSpawn syscall
- Task
Stdio