Device Drivers

Cards (3)

  • Every piece of hardware connected to the computer system requires a device driver.
  • Drivers essentially act as a translator for the signals between OS and hardware.
  • When a computer is booted up, the OS will choose the correct device drivers for the hardware it detects.
    If new hardware is connected to the computer, the system will intsll the new, matching driver.