Driver Glossary

Browse 2 driver terms defined in plain English, from the cultural dictionary of computing.

2 Driver Terms

Device Driver
A specialized program that acts as a translator between the operating system and a hardware device, abstracting the device's specific protocol behind a...
Kernel Module
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...

Related Topics