Syscall: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2024

5 January 2024

  • curprev 18:3218:32, 5 January 2024Helpful talk contribs 741 bytes +741 Created page with "<!-- A syscall refers to when a program asks not a library it's running, or another process, but asks the system itself. This usually refers to * services that only really the OS/kernel should be providing (new processes, scheduling processes). * ...or to ones that aren't ''only'' its domain, but that it still ''does'' provide, like a lot of disk and filesystem related stuff. In theory, there isn't a lot that you couldn't do yourself, without the kernel, but it..."