Search: in
Monolithic kernel
Monolithic kernel Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
Monolithic_kernel Email this to a friend      Monolithic_kernel

Monolithic kernel

Structure of monolithic kernel, microkernel and hybrid kernel-based operating systems
Structure of monolithic kernel, microkernel and hybrid kernel-based operating systems
A monolithic kernel is a kernel architecture where the entire kernel is run in kernel space in supervisor mode. In common with other architectures (microkernel, hybrid kernels), the kernel defines a high-level virtual interface over computer hardware, with a set of primitives or system calls to implement operating system services such as process management, concurrency, and memory management in one or more modules.

Even if every module servicing these operations is separate from the whole, the code integration is very tight and difficult to do correctly, and, since all the modules run in the same address space, a bug in one module can bring down the whole system. However, when the implementation is complete and trustworthy, the tight internal integration of components allows the low-level features of the underlying system to be effectively utilized, making a good monolithic kernel highly efficient. In a monolithic kernel, all the systems such as the filesystem management run in an area called the kernel mode.

Loadable modules

Most modern monolithic kernels such as OpenVMS, Linux, BSD variants such as FreeBSD and NetBSD, and Solaris can dynamically load (and unload) executable modules at runtime. This modularity of the kernel is at the binary (image) level and is not at the kernel architecture level. Modular monolithic kernels are not to be confused with the architectural level of modularity inherent in microkernels or hybrid kernels. Practically, dynamically loading modules is simply a more flexible way of handling the kernel image at runtime ? as opposed to rebooting with a different kernel image. The modules allow easy extension of the kernel's capabilities as required. Dynamically loadable modules incur a small overhead when compared to building the module into the kernel image. However in some cases loading modules dynamically (as-needed) helps to keep the amount of code running in kernel space to a minimum for example to minimize kernel footprint for embedded devices with limited hardware resources. Namely, an unloaded module need not be stored in the scarce random access memory.

Monolithic kernel examples

See also

af:Monolitiese kern cs:Monolitické jádro de:Monolithischer Kernel es:Núcleo monolítico nl:Monolitische kernel ja:?????????? pl:J?dro monolityczne pt:Kernel monolítico ru:?????????? ???? sk:Monolitické jadro sv:Monolitisk kärna tr:Monolitik çekirdek zh:?????





Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Related Links in Monolithic kernel

Search for Monolithic kernel in Tutorials
Search for Monolithic kernel in Encyclopedia
Search for Monolithic kernel in Dictionary
Search for Monolithic kernel in Open Directory
Search for Monolithic kernel in Store
Search for Monolithic kernel in PriceGig



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Advertisement

Advertisement



Monolithic kernel
Monolithic_kernel top Monolithic_kernel

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement