Kernel: Difference between revisions
From Hackepedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
A kernel is the protected area of an Operating System that talks directly to devices connected to the computer and services these to [[userland]] | A kernel is the protected area of an Operating System that talks directly to devices connected to the computer and services these to [[userland]] [[process]]es. It schedules the execution of processes in a time-sharing manner. [[Process]]es requiring resources from the kernel talk through system calls ([[syscall]]) or [[ioctl]]'s. |
Latest revision as of 03:43, 7 October 2005
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.