Top Topics
-
Sleep
385 recent check-ins -
Coffee
384 recent check-ins -
work
203 recent check-ins -
GetGlue
123 recent check-ins -
French Open
123 recent check-ins
-
Your Review
Loading - Loading
0 people checked-in to Monolithic kernel on GetGlue
Check-in to entertainment with GetGlue. Connect with friends, discover new favorites, and unlock FREE stickers and discounts.
A monolithic kernel is a kernel architecture where the entire operating system is working in the kernel space and alone as supervisor mode. In difference with other architectures (Server-Client, or layered structure), the monolithic kernel defines alone a high-level virtual interface over computer hardware, with a set of primitives or system calls to implement all operating system services such as process management, concurrency, and memory management itself and one or more device drivers as modules. Most modern monolithic operating systems such as OpenVMS, Linux, BSD variants such as FreeBSD, NetBSD; SunOS, and AIX 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 microkernel (and derivatives sometimes marketed as hybrid kernel). 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 operating system footprint for embedded devices with limited hardware resources.
Namely, an unloaded module need not be stored in the scarce random access memory.
Similar to 0 things you like:
Sleep
Coffee
work
GetGlue
French Open
Check-in to entertainment with GetGlue. Connect with friends, discover new favorites, and unlock FREE stickers and discounts.
You can edit this page because you have earned special privileges on Glue.
Only make changes if you are certain that they are correct.
Made in New York City | Copyright 2009-2012, AdaptiveBlue, Inc