home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 206.lha / Drive / Read_Me < prev    next >
Text File  |  1988-12-28  |  1KB  |  27 lines

  1.  
  2. The program included in this arc file is intended for the public domain and
  3. may be freely distributed as long as credit is given to the author and any
  4. others whose programs contributed to the success of this project.
  5.  
  6. "Drive" is a program which is intended to provide the user with information
  7. about the disk drives available to the Amiga.  To access the program you
  8. must be familiar with the CLI.  To use the program type: Drive <drive_type>
  9. (i.e. Drive df0:, Drive dh1:, etc.).  You may also just type Drive and you
  10. will be asked which drive you want information on.
  11.  
  12. Included in the arc file are two reports, floppy_rpt and hard_rpt.  These 
  13. reports were obtained by using redirection such as "Drive > floppy_rpt df0:".
  14. In the reports you will notice two different numbers for total sectors.  One
  15. number includes the boot blocks (2) and the other number does not.  This is
  16. where the difference comes from.
  17.  
  18. The program was written in Lattice C V5.0.  To compile the program I used the
  19. following: lc -ciusrf -d0 -v -O -Lncd Drive.
  20.  
  21. Lattice C V5.0 is a definite upgrade for those who have not yet obtained it.
  22. The source level debugger alone is worth the cost of the upgrade.
  23.  
  24. Hope you find the program useful.
  25.  
  26.                                              Rick Manazir
  27.