Kernel Module
/ˈkɜːr.nəl ˈmɒdʒ.uːl/ · Noun · Development · Origin: 1995
Definitions
A piece of code that can be dynamically loaded into or unloaded from a running operating system kernel, extending its functionality without requiring a reboot — commonly used for device drivers and filesystems.
In plain English: A plug-in for the core of your operating system that you can add or remove while the computer is running, like installing an extension in a browser but for hardware support.
Example: "insmod nvidia.ko and pray. If the kernel panics, at least you know the module version doesn't match."