2.1.1.3.3.1. Syslet Atom Structure
struct syslet_uatom
{
  u32 flags;
  u32 nr;               // what syscall to execute
  u64 ret_ptr;          // where to store return value
  u64 next;             // what is the next atom in the chain
  u64 arg_ptr [6];      // what are the syscall arguments
  u64 private;          // free for application use
};