home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / editors / vdewboot.mes < prev    next >
Encoding:
Text File  |  1993-06-08  |  1.1 KB  |  29 lines

  1. The following came about because of some possible problems with
  2. the Z80DNZCM.LBR that I release a little while ago.
  3.  
  4. THIS PATCH APPLIES TO ALL VDE266 USERS, not just those who have tried
  5. Z80DNZCM.LBR or the just release .ZRL for Z80DOS2.
  6.  
  7. Did some digging into VDE266 and found that there is a serious bug in 
  8. the code that is supposed to handle the BDOS errors, such as File R/O,
  9. disk R/O, DATA error. The following should take care of it.
  10.  
  11. With VDE266.COM in memory, change the following locations to the numbers given
  12. (all in HEX). With a file patcher, the addresses are 100h less in the file
  13. itself.
  14.  
  15. 29B8 <- CD
  16. 29B9 <- A7
  17. 29BA <- 29
  18.  
  19.  3 bytes total. It will allow VDE266 to correctly restore the warm boot 
  20. vector at 0 in memory. Before it was restoring it with what it 
  21. originally pointed to! This only happened if the BDOS detected some kind
  22. of error and exited by doing a jump 0 or a jump to the BIOS warmboot entry.
  23.  
  24.  
  25.                         Gene Nolan
  26.                         C/O DHN* RCPM
  27.                         215-623-4040
  28.                         7/22/88
  29.