| |
| | System Call Number Definition (Site not responding. Last check: ) |
 | | A system call number is a unique integer (i.e., whole number), from one to around 256, that is assigned to each system call in a Unix-like operating system. |
 | | A system call, sometimes called a kernel call, is a request by an active process for a service performed by the kernel (i.e., the core of the operating system), such as input/output (I/O) or process creation (i.e., creation of a new process). |
 | | That is, a system call number is an argument (i.e., input information) that a process must pass to the kernel in order to identify the requested system call. |
| www.bellevuelinux.org /system_call_number.html (531 words) |
|