/datum/dwaine_syscall 
DWAINE syscall datums are partial abstractions of the DWAINE kernel that allow programs to request a specific service of the kernel.
Vars | |
id | The ID integer for cache lookups. |
---|---|
kernel | The DWAINE kernel that this syscall datum belongs to. |
Procs | |
execute | Execute this system call. |
Var Details
id 
The ID integer for cache lookups.
kernel 
The DWAINE kernel that this syscall datum belongs to.
Proc Details
execute
Execute this system call.