home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / diskutil / hdchck13 / read.me < prev   
Text File  |  1990-04-19  |  3KB  |  79 lines

  1.  
  2. HDCHECK version 1.3  07/29/89
  3.  
  4. I felt compelled to update HDCHECK after finding the maddening bug 
  5. that disabled auto-boot.  It was simple to repair (rerun the auto-boot 
  6. setup program), but frustrating for anyone using the boot sector 
  7. update function.  My apologies for any inconvenience or tense moments.
  8.  
  9. The program fix was also surprisingly simple - a call to the Bios 
  10. function Protobt() to recalculate the checksum as suggested by Kent 
  11. Schumacher.  The checksum was discussed in an article by David Small 
  12. in the May 1989 issue of Start.  The sum of the bytes (I assume bytes)  
  13. in the boot sector must equal 1234 hex for the drive to be considered 
  14. bootable with the last two bytes used to make it come out to exactly 
  15. $1234.  David neglected to say how it was calculated.  After I spent too 
  16. much time trying to calculate it myself, I took a look at Protobt().  
  17. It worked the first time.
  18.  
  19. This version also includes interface improvements and other minor 
  20. fixes.
  21.  
  22.    - The transfer test will now work if the boot sector information is 
  23.      incomplete.
  24.  
  25.    - Partition (drive) and logical partition sector number will now be 
  26.      included with the sector information displayed during a number 
  27.      of the tests.  Previously this was only included if the boot 
  28.      sector information was complete.
  29.  
  30.    - The TOS error number will now be included in file read error 
  31.      messages.
  32.  
  33.    - Using the RETURN key in response to input will now leave input 
  34.      fields unchanged.
  35.  
  36.    - Other simple improvements to make it more friendly.
  37.  
  38.  
  39.          ------------------------------------------------------
  40.  
  41.  
  42. HDCHECK version 1.2  7/2/89
  43.  
  44. Was the first version in general distribution.
  45.  
  46.  
  47.          ------------------------------------------------------
  48.  
  49.  
  50. HDCHECK was written to deal with a rash of problems I had with my hard 
  51. disk.  I went through three hard drives and a DMA cable before things 
  52. settled down.  When I found that the Atari drive maker was using a 
  53. picture show program to test my drive, I decided it was time to write 
  54. a test program.
  55.  
  56. The programs forte is checking-out failing drives on multi 
  57. drive/controller configurations.  Should work on any Atari ST or Mega.  
  58. Future features may offer repair options.  Except for the file scan 
  59. feature the program currently deals with the drive physically and 
  60. ignores the partition boot sector, FAT and directory structure.  You 
  61. should find most of the help you need with the program in the built in 
  62. help screens.  I know that takes room in the executable, but that way 
  63. your DOCs won't get lost.
  64.  
  65. Thanks to Supra for putting their low level hard disk routines in the 
  66. public domain, the same ones used by David Small and Dan Moore with 
  67. their Mega-Minute backup program.
  68.  
  69.  
  70. ***************    HDCHECK is in the Public Domain    ****************
  71.  
  72. Bill LeDuc
  73. 9845 Garrison Way
  74. Eden Prairie, MN  55347
  75. 612-941-4219
  76.  
  77.  
  78.  
  79.