home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / dnf500.zip / DISKINFO.REV < prev    next >
Text File  |  1995-06-30  |  1KB  |  44 lines

  1. 05/07/91 1.00
  2.  
  3.   orginal code
  4.  
  5. 05/16/91 1.10
  6.  
  7.   updated by adding the boot sector decoding information
  8.  
  9. 07/26/91 1.20
  10.  
  11.   Cleaned up display.  Added some dos information Ported all USED asm
  12.   code to one .OBJ file.  Got rid of unused .ASM code.  Reads boot sector
  13.   on default drive rather then drive C.  Added Parameters so you could
  14.   read ANY drive FROM any drive.  Also added help screen.
  15.  
  16. 07/29/91 1.21
  17.  
  18.   Added undocumented interrupt to get drive info according to DOS.
  19.   Interrupt is $32.  It returns the drive parameter Block and differs from
  20.   version to version of DOS.  The first part of it is the same and
  21.   therefore not concerned with what version of DOS is used.  The record
  22.   that holds used information is called DosDiskInfoRec.
  23.  
  24. 07/30/91 1.22
  25.  
  26.   Added a method to get physical drive information using INT $13 function
  27.   $08.  A record is provided to calculate returned values.  Added more
  28.   information then needed in the record for future updates.  Also added
  29.   the need for OpDate to calculate the rom bios date number representation.
  30.  
  31. 08/06/91 1.30
  32.  
  33.   Updated the help screen a little bit.
  34.  
  35. 09/28/93 4.00
  36.   updated to 4.0 series
  37.  
  38. 10/28/93 4.01
  39.   updated for mcafee
  40.  
  41. 06/16/95 5.00
  42.   hyperware release
  43.   List local drives when there is an error (network drive, bad drive, etc.)
  44.