
Loadable Kernel Module
Topic
A loadable kernel module (LKM) is an object file containing code that can extend the running kernel of an operating system on the fly. They are commonly used to add support for new hardware, filesystems, or system calls without requiring a system reboot.

