alex.freed.007@gmail.com wrote:
- CP/M reads the drivers file into Z80 memory, then downloads the drivers to the CP65, which installs them.This is apparently the place where a problem occurs. The string "LOADING DRIVERS" is not a part of the initially loaded image, so it must come from another disk file. Unless you mean "LOAD DRIVERS" which is present in the last few bytes of the image but is still not displayed.
That would be it. Since DRIVERS lives in the CP/M file system, it uses BDOS to open and read it. See the code I sent you privately.
Very close now... Steve