Input Output Hardware
Input Output Hardware
Device Controllers
Device drivers are software modules that can be plugged into an
OS to handle a particular device. Operating System takes help
from device drivers to handle all I/O devices.
Memory-mapped I/O
Step Description
Polling I/O
Most of the time, devices will not require attention and when one
does it will have to wait until it is next interrogated by the polling
program. This is an inefficient method and much of the
processors time is wasted on unnecessary polls.
Interrupts I/O