FTPSRV and PCjr.

Software related questions
Brutman
Site Admin
Posts: 1331
Joined: Sat Jun 21, 2008 5:03 pm
Contact:

Re: FTPSRV and PCjr.

Post by Brutman »

The PCjr that I kept for a while at my desk at IBM had a parallel port sidecar that was not detected by the BIOS during the initial cold boot. On that machine if I power cycled the machine the sidecar would then show up. To get around this problem I wrote a little debug script which just shoved the necessary bytes into the BIOS RAM area to indicate a parallel port was there.

The modem slot and the diskette slot both have dedicated "card select" lines so that the hardware/BIOS can detect the presence of the card. The sidecars do not have this feature. The BIOS must be testing for the presence of the parallel port by just poking at the ports. It is possible that on this old hardware there is a problem that can be cleared by booting.


Mike
GHiero
Posts: 144
Joined: Wed Oct 16, 2013 7:53 pm
Contact:

Re: FTPSRV and PCjr.

Post by GHiero »

Perhaps some hardware is slower than other hardware. Could you be so good as to share the proper debug script?
Post Reply