What is a Kernel?

Linux is not the whole system. It is just the core.

The core of an operating system is called the “Kernel”. It runs in a special, privileged mode, in which the CPU protects the kernel from regular user-space programs.

While there are different approaches on what kind of functionality should (or should not) be included inside this core, at least the following areas are handled by the kernel: Scheduling (Multi-tasking), interprocess-communication, and memory-management.

Linux is a monolithic kernel that also includes device-drivers and the like. Wikipedia has detailed information on kernels.

Created by stw

/home/www/LinuxBasics.org/data/pages/tutorials/pre/what_is_a_kernel.txt · Last modified: 2008/07/20 21:08 (external edit)
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0