Loading page…
A mechanism by which a program requests a service from the operating system kernel.
System calls are the boundary between user space and kernel space. They are invoked via special instructions like `syscall` on x86_64 or `svc` on ARM. Each call has a number and arguments passed in registers.