|
The contents:
|
|
I/O addressesFinally, we need to mention how the CPU finds all these units - adapters, ports. etc. They all have an address - an I/O port number.Each unit can be reached through one of many I/O ports. Each port is a byte port. That means that 8 bits (one byte) can be transmitted simultaneously - parallel mode. |
| Unit | I/O ports |
| CMOS RAM | 0070H |
| Keyboard | 0060H ... 0063H |
| Serial port 1 (COM 1) | 03F8H ... 03FFH |
| Parallel port 1 (LPT1) | 0378H ... 037FH |
Fortunately, you do not have to adjust port addresses too often. Some adapters give room to adjust to user option I/O addresses, but you have to have bad luck to encounter any conflict in this area.
Plug and Play |
Plug and play (PnP) is an industry standard for expansion boards. If the board conforms to the PnP standard, the installation is very simple. The board configures itself automatically. These are the minimum requirements:
The physical connector |
The different I/O cards each fit with a particular I/O bus. The different buses each have their own system board slot configuration. That is a socket in the system board, in which you press in the expansion board. Here you see three different edge connectors fitting into each their own type of socket. The ISA bus has a total of 98 prongs (31+18 on each side).
| Learn more |
Module 5b about EIDE, Ultra DMA and AGP.
Read Module 5c about SCSI, USB etc.
Read Module 6b with a little about Windows 95/98.
Read Module 6c about the relationship between BIOS, OS and hardware
Read Module 7a about the videosystem
Read about video cards in Module 7b.
Read about digital sound in Module 7c.
|
Copyright (c) 1996-2005 by Michael B. Karbo. www.Karbosguide.com.