Operating System Fundamentals



Download 2.34 Mb.
View original pdf
Page46/66
Date06.03.2023
Size2.34 Mb.
#60834
1   ...   42   43   44   45   46   47   48   49   ...   66
OperatingSystemFundamentals
best answers from c, Lesson 2 C# Windows Forms
Common Input Devices
Common Output Device

Operating System Fundamentals
65
Device Controllers

Device controllers are components on the motherboard (or on expansion cards) that act as an interface between the CPU and the actual device. The operating system actually controls the device by using device controllers, which interpret the commands being issued to the device. Instructions sent to the device are compared to a list of device commands stored on the controller, which then forwards the appropriate command directly to the device. When a device needs to access the CPU, the device controller issues an Interrupt Request (IRQ), which is then forwarded to the interrupt controller. The interrupt controller then forwards the request to the CPU. Some of the more common device controllers found in atypical computer include Keyboard Controller – controls the keyboard and PS mouse (not always needed in newer systems)
DMA Controller – controls Direct Memory Access Network Adaptor Controller – controls the Network Adaptor Network Interface Card (NIC) IDE Controller – controls EIDE devices, including the hard disk and CD/DVD drive Graphics Adaptor – controls video output devices, such as a monitor or LCD projector USB Controller – controls devices connected by USB
The Interrupt Controller
The interrupt controller is a special component on the motherboard that manages all interrupts, prioritizes them based on a predetermined priority sequence, and then forwards the interrupts to the CPU. You can think of the interrupt controller like a police officer at a busy intersection, or a security guard at the main gate to a government office. When a device wants the CPU‘s attention, its device driver initiates an interrupt request (IRQ). Each type of device has a different IRQ number assigned to it, so when multiple devices signal for the CPU‘s attention at the same time, the interrupt controller checks their IRQ number, and places them in a queue. The device with the lowest IRQ number gets the highest priority, just like a police officer letting more important vehicles (perhaps a government convoy or an ambulance) proceed through an intersection first.

Download 2.34 Mb.

Share with your friends:
1   ...   42   43   44   45   46   47   48   49   ...   66




The database is protected by copyright ©ininet.org 2024
send message

    Main page