Home |
NOTE: NOTE: |
This procedure was written for the IBM 5150 motherboard and the IBM 5160 motherboard. The IBM 5155 contains an early 5160 motherboard, so treat the 5155 motherboard as a 5160 motherboard. |
Step 1.1 | Verify that an IBM BIOS ROM is fitted. |
Step 2.1 | With power off, ground the I/O CH RDY line. How you do the grounding is up to you, as long as it is reliable. |
Step 3.1 | Power on the motherboard, then verify that pin 22 (the READY pin) of the 8088 CPU is LOW - see here. |
Step 4.1 | On the address pins (A19 to A0) of an ISA slot, expect to measure the address of FFFF0 hex (1111 1111 1111 1111 0000 binary). See here. |
Step 5.1 | If an IBM 5150, on the address pins (A12 to A0) of ROM chip U33, expect to measure the address of 1FF0 hex (1 1111 1111 0000 binary). See here. |
Step 5.2 | If an IBM 5160, on the address pins (A14 to A0) of ROM chip U18, expect to measure the address of 7FF0 hex (111 1111 1111 0000 binary). See here. |
Step 6.1 | If an IBM 5150, verify that pin 20 (/CE) of ROM chip U33 is LOW. See here. |
Step 6.2 | If an IBM 5160, verify that pins 20 and 22 of ROM chip U18 are LOW. See here. |
Step 7.1 | If an IBM 5150, on the data pins (D7 to D0) (Q7 to Q0) of ROM chip U33, expect to measure the data of EA hex (1110 1010 binary). See here. |
Step 7.2 | If an IBM 5160, on the data pins (D7 to D0) (Q7 to Q0) of ROM chip U18, expect to measure the data of EA hex (1110 1010 binary). See here. |
Step 8.1 | On the data pins (D7 to D0) of an ISA slot, expect to measure the data of EA hex (1110 1010 binary). See here. |
Step 9.1 | On the AD pins (AD7 to AD0) of the 8088 CPU, expect to measure the data of EA hex (1110 1010 binary). See here. |
Step 10.1 | Power off. |
Step 10.2 | Replace the IBM BIOS ROM with a ROM/EPROM that contains 00 hex at every address. ( Or if you really want to, modify the IBM BIOS ROM code so that 00 is in place of the EA at the reset vector. ) |
Step 10.3 | Power on. |
Step 10.4 | On the AD pins (AD7 to AD0) of the 8088 CPU, expect to measure the data of 00 hex (0000 0000 binary). |
Step 11.1 | Power off. |
Step 11.2 | Replace the IBM BIOS ROM with a ROM/EPROM that contains FF hex at every address. ( Or if you really want to, modify the IBM BIOS ROM code so that FF is in place of the EA at the reset vector. ) |
Step 11.3 | Power on. |
Step 11.4 | On the AD pins (AD7 to AD0) of the 8088 CPU, expect to measure the data of FF hex (1111 1111 binary). |