home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / VDOEDIT / VDE266FX.DOC < prev    next >
Text File  |  2000-06-30  |  2KB  |  58 lines

  1.                                   VDE266.FIX
  2.                                   ----------
  3.                               E. Meyer - 7/30/88
  4.  
  5.  
  6.      There is a potentially serious bug in VDE 2.66, which you can easily fix 
  7. by one of two methods: either a patching utility like DDT, SID, or EDFILE, or 
  8. using MLOAD with the HEX overlays supplied below.  Either way, only three 
  9. bytes need to be changed.
  10.  
  11. METHOD 1.  Patching utility
  12.  
  13.      Follow the instructions for your utility to change these bytes:
  14.  
  15. (a) For VDE266.COM:
  16.   
  17.               Address      Old value            Change to
  18.               29B8         22 01 00             CD A7 29
  19.  
  20. (b) For VDM266.COM:
  21.  
  22.               Address      Old value            Change to
  23.               29BB         22 01 00             CD AA 29
  24.  
  25.  
  26. METHOD 2.  MLOAD
  27.  
  28.      Choose the appropriate HEX file (for either VDE or VDM) below, write it 
  29. (just two lines) to disk under the name shown, and use the MLOAD utility to 
  30. overlay it on your copy of VDE:
  31.  
  32.               A>mload vde266.com,vde266fx.hex
  33.  
  34.           OR  A>mload vdm266.com,vdm266fx.hex
  35.  
  36.  
  37. --------VDE266FX.HEX: cut here---------------
  38. :0329B800CDA7297F
  39. :00000001FF
  40. --------VDM266FX.HEX: cut here---------------
  41. :0329BB00CDAA2979
  42. :00000001FF
  43. ---------------------------------------------
  44.  
  45.  
  46.      The bug involves the code to handle BDOS disk errors, which was modified 
  47. recently (version 2.65) to make VDE compatible with ZCPR3.  Under normal 
  48. circumstances (or CP/M 3.0) there is no problem.  But if you ever get a BDOS 
  49. disk error (empty drive, etc) under CP/M 2.2, VDE does not properly restore 
  50. the BIOS warm boot entry.
  51.  
  52.      Thanks to Gene Nolan (c/o DHN* RCPM, 215-623-4040), who discovered this 
  53. problem about a week ago and suggested an easy solution.
  54.  
  55.  
  56.  
  57.       ----- Eric Meyer, 427 N. Washington #4, Bloomington IN 47401 -----
  58.