home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / editors / ws4bug.lbr / WS4BUG.ZZZ / WS4BUG.
Encoding:
Text File  |  1993-06-08  |  1.1 KB  |  28 lines

  1. WS4/System setup:
  2.     ZCPR3 installation & WS configuration
  3.     All WS .com, .ovl files on the path
  4.     current directory is NOT on the path
  5.  
  6. Problem: If memory contains 0FFH at address 2201H, then WS
  7. invocation results in 'can't find WS.OVR' error msg.
  8.  
  9.     If memory at 2202H contains a non-existant drive code
  10. (A=1, 16h=P) then a ZRDOS error #2 occurs. This would probably
  11. also produce a BDOS error.
  12.  
  13. These two bytes clearly are storage for User/Drive for the WS.OVR
  14. file. After a successful invocation of WS4, they contain the
  15. correct DU for the WS.OVR file.
  16.  
  17.     WS.COM loads from 100H to 1BFFH. The memory locations above
  18. are not part of the WS.COM image. WS apparently initiates its search
  19. for the .ovl file using the DU found in this location; if the drive
  20. does not exist there is a problem. If the User number initially
  21. present is allowed, then the search starts there and continues
  22. using the path (either built-in or the ZCPR3 path?). If the High bit
  23. is set (user # >7fh) then the search for WS.OVL fails forthwith.
  24.  
  25.     A null value in both locations causes no problem; the path
  26. search is completed successfully.
  27.  
  28.