Süsteemikõned
Süsteemikõned, also known as system calls, are the fundamental interface between a user program and the operating system kernel. When a program needs to perform an operation that requires privileged access to hardware or system resources, such as reading from a file, creating a new process, or allocating memory, it cannot perform these actions directly. Instead, it must request the operating system to perform these actions on its behalf. This request is made through a system call.
System calls are typically invoked using special instructions that trigger a transition from user mode to
The set of available system calls varies depending on the operating system. Common system calls include those