We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Software

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What are Kernel Extensions?

By Robert Grimmick
Updated: May 16, 2024

A kernel extension is a piece of computer software that is loaded into an operating system's central component. Kernel extensions might be used to provide functionality or hardware support that otherwise would not be a part of the kernel. A kernel extension often is allowed to perform tasks or access parts of the operating system that normal software cannot. In some operating systems, kernel extensions are referred to as kernel modules, or simply modules.

In most operating systems, access to networking, file systems and system calls are restricted in order to maintain a stable and secure system. Kernel extensions are able to access these functions and systems because they run as part of the kernel. A kernel with no extensions is known as a base kernel. Extensions can be added to or removed from the base kernel.

Extensions allow greater flexibility in a kernel’s capabilities without increasing the complexity of the base kernel. For example, a kernel extension might be loaded to enable power-saving features appropriate for laptop computers. These features typically are not included in the base kernel because the operating system might not be used on a laptop.

Kernel extensions or modules also can be loaded and unloaded dynamically, meaning that they are added to and removed from the kernel as needed. This allows the computer to save memory and other resources when the extension is not in use. A Universal Serial Bus (USB) network adapter might load its required drivers as kernel extensions when plugged in, then unload the extensions when the device is removed.

They have more authority than other programs, so kernel extensions and modules can cause unique problems. A poorly coded device driver running as a kernel extension could cause the entire system to crash. For this reason, software developers often are encouraged to use kernel extensions only when there is no alternative.

For most users, configuration of extensions happens automatically. Some users, especially those using particular operating systems, manage kernel extension or modules themselves. There are variations in the versions of kernels, so extension and modules might not be compatible with all kernels or all operating systems.

EasyTechJunkie is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
Share
https://www.easytechjunkie.com/what-are-kernel-extensions.htm
EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.

EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.