Module processes

Source

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 r8 register at _start (the 5th argument)
SpawnConfig
configuration for the spawn syscall
SpawnFlags
Flags for the crate::syscalls::SyscallTable::SysPSpawn syscall
TaskStdio