• To celebrate the 4th of July, starting today (07/01/2025) all User Upgrades will be reduced by 10% (thru 07/08/2025) To use this special coupon use the code 2025-4th-10percent at check out. If you are already a supporter your existing package will be extended.
    Thank you for your support!

driver

In the context of an operating system, a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton. A driver provides a software interface to hardware devices, enabling operating systems and other computer programs to access hardware functions without needing to know precise details about the hardware being used.
A driver communicates with the device through the computer bus or communications subsystem to which the hardware connects. When a calling program invokes a routine in the driver, the driver issues commands to the device (drives it). Once the device sends data back to the driver, the driver may invoke routines in the original calling program.
Drivers are hardware dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.

View More On Wikipedia.org
  • 1

    oldcj7guy

    Jeeper From Portland, OR, USA
    • Posts
      32
    • Thanks
      4
    • Feedback score
      +0 /0 /-0
    • Points
      8
  • Back
    Top Bottom