About 626,000 results
Open links in new tab
  1. Kernel module - ArchWiki

    Kernel modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the system. To …

  2. Loadable kernel module - Wikipedia

    They are also known as kernel loadable module (KLM), or simply as kernel module (KMOD). Without loadable kernel modules, an operating system would have to include all possible …

  3. What Is A Kernel Module? - Linux Documentation

    Modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the system. For example, one …

  4. Step-by-Step Guide: How to Create a Kernel Module for Linux

    Apr 26, 2025 · A kernel module is simply a piece of code that can be loaded into the Linux kernel to extend its functionality. Instead of modifying the kernel itself, you can create modules that …

  5. Chapter 2. Managing kernel modules - Red Hat

    Learn about kernel modules, how to display their information, and how to perform basic administrative tasks with kernel modules.

  6. Linux Kernel Module Programming: Hello World Program

    Jan 30, 2019 · Kernel modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the …

  7. What Is a Kernel Module? A Guide to Linux Kernel Modules

    A kernel module extends the functionality of the kernel without requiring a full system reboot. Think of it as a plugin that you can add to the kernel to support new hardware, features, or …

  8. Building External Modules — The Linux Kernel documentation

    To build external modules, you must have a prebuilt kernel available that contains the configuration and header files used in the build. Also, the kernel must have been built with …

  9. 4. Kernel Modules — Linux Kernel Workbook 1.0 documentation

    4.2. What are Kernel Modules ¶ Pieces of code that can be loaded and unloaded into the kernel upon demand. Extends the functionality of the kernel without the need to reboot the system. …

  10. The Linux Kernel Module Programming Guide

    Modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the system. For example, one …