Module syscall

Source
Expand description

IPC system calls

This module provides system call implementations for IPC operations such as pipe creation, message passing, and shared memory.

Functionsยง

sys_pipe
sys_pipe - Create a pipe pair
sys_pipe2
sys_pipe2 - Create a pipe pair with flags (future implementation)