First page Back Continue Last page Overview

 

Kernel Modules

 
  • Modular kernel components

    • components that need not be resident in the kernel for all configurations and hardware
      • peripheral device drivers
      • supplementary filesystems
    • modules configurable at load time
  • /lib/modules

  • Controlling modules

    • lsmod, modprobe
  • Kernel Tainting