home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROSdev.lha / AROS / workbench / devs / Mountlist < prev    next >
Encoding:
Text File  |  1997-01-15  |  400 b   |  22 lines

  1. /* Mountlist entry for the data killer (just a handler) */
  2. NIL:
  3.     FileSystem    = nil.handler
  4. #
  5.  
  6. /* Entry for the variable sized ramdisk (just a handler) */
  7. RAM:
  8.     FileSystem    = ram.handler
  9. #
  10.  
  11. /* Entry for a file mounted as filesystem FDSK0: */
  12. FDSK0:
  13.     FileSystem    = ffs.handler
  14.     Device        = fdsk.device
  15.     Unit        = 0
  16.     BlockSize    = 512
  17.     Surfaces    = 2
  18.     BlocksPerTrack    = 9
  19.     LowCyl        = 0
  20.     HighCyl        = 79
  21.     Reserved    = 2
  22. #