Kernel

From Hackepedia
Revision as of 04:43, 7 October 2005 by Pbug (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

A kernel is the protected area of an Operating System that talks directly to devices connected to the computer and services these to userland processes. It schedules the execution of processes in a time-sharing manner. Processes requiring resources from the kernel talk through system calls (syscall) or ioctl's.