syscall: ashet.shm.create
Documentation
Constructs a new shared memory object with size bytes of memory.
Shared memory can be written by all processes without any memory protection.
Inputs
size: usize
Outputs
handle: SharedMemory
Errors
SystemResources