System calls: Difference between revisions
Mr. MacKenty (talk | contribs) No edit summary |
Mr. MacKenty (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
[[File:Operating system placement.svg.png|System calls happen at the operating system part of this diagram.]] | [[File:Operating system placement.svg.png|frame|System calls happen at the operating system part of this diagram.]] | ||
Revision as of 09:39, 24 November 2020
In computing, a system call (commonly abbreviated to syscall) is the programmatic way in which a computer program requests a service from the kernel of the operating system on which it is executed. This may include hardware-related services (for example, accessing a hard disk drive), creation and execution of new processes, and communication with integral kernel services such as process scheduling. System calls provide an essential interface between a process and the operating system.[2]
Please click here for a list of system calls in Linux