What is Device driver?

Answer Posted / kvvn

A driver is fundamentally a piece of software written for a specific device.
Its main tasks are to perform I/O's on a device. To do this there are typically well defined models for a driver.

Generic description of a driver structure will be:
a) Device I/O Address (Physical Hardware -> Logical OS based address)
b) Interrupt that the device generates and its handler (the driver)
c) A software Handler to manage the read write operations to and fro from the device.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I want software development lifecycle of windows XP software?

2041