KnowraSystem callLinked fromLinked fromThe 10 pages that link to System call, each with the reason it gives.All 10Broader topic 1Related 8Compared with 1Operating systemRelated: System calls form the boundary between ordinary applications and privileged services.Application binary interfaceRelated: The system-call interface connects user programs to kernel services at binary level.Linux kernelRelated: System calls are the main boundary through which user programs request kernel services.InterruptCompared with: It resembles a software interrupt in some designs but is a distinct operating-system interface.LinuxRelated: Linux applications rely on system calls to request kernel services.Device driverRelated: Applications reach device services through system calls handled by the operating system.Process (computing)Related: Processes use system calls to request services such as file access and process creation.Calling conventionRelated: System calls use architecture- and operating-system-specific conventions for transferring control and arguments.System softwareRelated: System calls let applications ask system software to perform protected operations.Unix-likeBroader topic: System-call interfaces determine how Unix-like applications access files, processes, and devices.