home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / dos_drivers / atapipnp300_dos_drivers / cd0 next >
Text File  |  1996-12-07  |  449b  |  24 lines

  1. /* $VER: CD0 1.4 (11-04-95) CD++
  2.  *
  3.  * ATAPI CD-ROM filesystem mount entry using
  4.  *
  5.  * the CDplusplusFS y CD++ '95
  6.  *
  7.  */
  8.  
  9. FileSystem      = L:CDplusplusFS
  10. Flags           = 0
  11. BlocksPerTrack  = 32
  12. BlockSize       = 2048
  13. Mask            = 0x7ffffffe
  14. LowCyl          = 0
  15. HighCyl         = 11000
  16. Surfaces        = 1
  17. Buffers         = 30
  18. BufMemType      = 1
  19. GlobVec         = -1
  20. Priority        = 10
  21. DosType         = 0x43445050
  22. StackSize       = 3000
  23.  
  24.