home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / diskutil / noahdi.lzh / NOAHDI / README < prev    next >
Text File  |  1993-08-05  |  4KB  |  102 lines

  1. Hello,
  2.  
  3. This the readme/install file for NOAHDI.PRG.
  4.  
  5. NOAHDI.PRG is a AHDI.PRG V1.7 compatible driver for Atari harddisk's. Maybe
  6. it can be used for other brand harddisk's if they have a Adaptec compatible
  7. controller. If you have another controller and the driver does not work,
  8. you only have to rewrite the lowlevel driver part.
  9.  
  10. I wanted to release this driver to the net for over a 2 years now. So now is
  11. the time. I dont use my atari anymore, so dont ask for updates. You have
  12. to do it yourself or ask other atari NOAHDI users if they have added
  13. other nice features to the driver.
  14.  
  15. The driver is compiled with the Mark Williams C compiler V3.0.6
  16. The assembly file HD_DVR.S is very MW specific. If you have another
  17. compiler you will have to rewrite it (HD_DVR.S). Its only meaning is
  18. make the driver bootable with the Atari harddisk utilities.
  19.  
  20. Installation:
  21.  
  22.         Place all the sources in a directory together with the makefile.
  23.  
  24.         Type make.
  25.  
  26.         If all went well you will find NOAHDI.PRG in source directory.
  27.  
  28.         If do not want a bootable driver, copy NOAHDI.PRG to your AUTO
  29.         folder. It will initialize and install your harddisk from there.
  30.         There will be no message on the screen if it has been intalled
  31.         correctly. When the driver can not intall, it will print a
  32.         message.
  33.  
  34.         If you want a bootable driver, copy it to C: root directory and
  35.         rename it to AHDI.PRG. The normal Atari bootloader will pick it
  36.         up and execute it at boottime.
  37.         There will be a copyright message when the driver has installed
  38.         correctly. When the driver can not intall, it will print a
  39.         message.
  40.  
  41. NOAHDI worked fine for over a year now. I have an Atari 520ST upgraded to
  42. 1Mb with TOS 1.02 and a SH204 harddisk. Other users with newer hardware
  43. reported no problems. The only thing that may trouble you are the new
  44. ROM's (TOS) Atari released.
  45.  
  46.  
  47. Why use NOAHDI.PRG:
  48.  
  49.         NOAHDI supports 2 drives/controller, most other drivers do not.
  50.  
  51.         NOAHDI supports up to 8 controllers.
  52.  
  53.         You can add support for other controllers.
  54.  
  55.  
  56. Why did i write NOAHDI:
  57.  
  58.         I ran out of harddisk space one day and wanted to add a second
  59.         harddisk. I found out that AHDI does not support 2 drives/contlr
  60.         and used the ICD driver instead. Because of a bug in the host
  61.         adapter the ICD not always functioned correctly. So i tried the
  62.         AHDI driver from Atari which comes as a listing with the developers
  63.         kit. It was out of date. I had 2 choices at that moment, extend
  64.         the assembly source of the Atari AHDI driver, or start from the
  65.         beginning in C. I decided on the last.
  66.  
  67.  
  68. The following things must be added to NOAHDI:
  69.  
  70.         Update the driver to AHDI V3.00.
  71.                 Extended partitions.
  72.                 Compatible AHDI variables. See Atari AHDI update release notes.
  73.                 Support for removeable media.
  74.                 Add extra parameter to hrw() function. See Atari AHDI update
  75.                  notes.
  76.  
  77.         Install, format and bootload utility.
  78.  
  79.         Desk accessory to configure or check on NOAHDI driver status. Special
  80.         stuff for removeable media.
  81.  
  82.         FAT/Cache utilities to speedup disk writes.
  83.  
  84.         Add support for new (rainbow) TOSses.
  85.  
  86.         Add support for new SCSI bus on Atari's
  87.  
  88.  
  89. Have fun with the NOAHDI driver.
  90.  
  91. My address:
  92.  
  93.         Ted Schipper
  94.         Scharstraat 43
  95.         1317 PN  Almere
  96.         The Netherlands
  97.  
  98.         or
  99.  
  100.         ted@tedux.hobby.nl  (...!mcvax!hp4nl!hgatenl!tedux!ted)
  101.  
  102.