Syscall

From Helpful
Revision as of 18:32, 5 January 2024 by Helpful (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search