home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / nubye / nucd.lbr / NUCD.DQC / NUCD.DOC
Text File  |  1986-09-01  |  2KB  |  34 lines

  1.  
  2. TO:    Sysops running NUBYE and who use Richard Conn's CD.COM program
  3.        ver. 2.3 to move from one named directory to another on
  4.        ZCPR2/ZCMDXX systems.
  5. FROM:  Joe Earls, Sysop of PC-FORUM, Columbus, GA  404-324-7391
  6. DATE:  August 4, 1986
  7. PROB:  System crashes and other unpredictable results when running the
  8.        CD program while NUBYE is running.
  9. CAUSE: The CD program uses the BDOS pointer to calculate where the entry
  10.        point of ZCPR2 should be in memory, so that it can jump back into
  11.        it.  However, when NUBYE is running it modifies the BDOS vector,
  12.        causing CD to jump into the wrong place and causing horrible
  13.        things to happen.
  14. FIX:   I have prepared a modified version of CD 2.3, which I have named
  15.        NUCD in order to avoid its confusion with the original.  NUCD
  16.        obtains the address of ZCPR2 from a value you patch into the
  17.        NUCD.COM file, instead of trying to calculate it from the BDOS
  18.        vector.  To use NUCD.COM you absolutely MUST patch in this
  19.        address.
  20.  
  21.        I have supplied in the LBR the NUCD.COM program, ready for you
  22.        to patch in your ZCPR2 CCP address.  I have also furnished the
  23.        NUCD.MAC and SYSLIB.REL source modules in case you wish to
  24.        make other changes and assemble your own.
  25.  
  26.        When patching the NUCD.COM module, patch the address of the
  27.        beginning of your ZCPR2 CCP area into the following locations:
  28.  
  29.             1AFH  Lo byte of address
  30.             1B0H  Hi byte of address
  31.  
  32.        That's it.  Don't forget to GENINS in your own install parameters
  33.        after you make the patch.
  34.