• Please review our updated Terms and Rules here

IBM PCJr port 10h and 11h

vladstamate

Experienced Member
Joined
Dec 2, 2012
Messages
197
Location
Orlando, FL, USA
I am looking at some disassembly for the IBM PCJr BIOS and I see it outputing to ports 10h and 11h. What is at that address in a PCJr? I do not see the IBM PC BIOS doing that. The BOCHS port list (http://bochs.sourceforge.net/techspec/PORTS.LST) does not have it, it only mentions the DMA controller on a PS/2 model 60 and 80 (which are AT class machines).

Anyone know?

Regards,
Vlad.
 
Thank you. POST as in POST code, like error code?

Same as port 80h on a PC. BIOS write progressively decrementing numbers to port 10h as it is going through it's basic hardware test. If you have a something that latches and displays the last value written to port 10h, you can determine at which point in the BIOS code the computer locked up.
 
Back
Top