home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / fat95.lha / fat95 / english / MS1 < prev    next >
Text File  |  2000-07-28  |  455b  |  19 lines

  1. /* MS1: fat95 PC file system for floppy #1              */
  2. /* $VER: fat95 file system 2.6 (26-Jul-2000) by Torsten Jager */
  3.  
  4. FileSystem    = l:fat95
  5. Device        = mfm.device
  6. Unit        = 1        /* change drive number here */
  7. Flags        = 0
  8. LowCyl        = 0
  9. HighCyl        = 79
  10. Surfaces    = 2        /* bootblock values have priority over these */
  11. BlocksPerTrack    = 9
  12. Buffers        = 20
  13. BufMemType    = 1
  14. BootPri        = 0
  15. Stacksize    = 2048
  16. Priority    = 5
  17. GlobVec        = -1
  18. DosType        = 0x46415400    /* enable ETD commands */
  19.