Device driver
Published May 09, 2018

Device driver is a program for managing each I/O device connected to a computer. The controller of each device has a set of registers to give the command being controlled to the device and to read its state. For example, a disk management program should know about sectors, tracks, cylinders, heads, their movement and installation time...