1 /* Mountlist entry for the unlimited source of NUL bytes (just a handler) */
3 EHandler = zero.handler
8 EHandler = rootfs.handler
12 /* Entry for a file mounted as filesystem AFD0: */
14 FileSystem = afs.handler
26 /* Entry for a file mounted as filesystem AFD1: */
28 FileSystem = afs.handler
40 /* Entry for a file mounted as filesystem AFD2: */
42 FileSystem = afs.handler
54 /* Entry for a file mounted as filesystem AFD3: */
56 FileSystem = afs.handler
68 /* Entry for a ramdrive disk */
70 FileSystem = afs.handler
71 Device = ramdrive.device
82 /* Entry for a ramdrive disk */
84 FileSystem = afs.handler
85 Device = ramdrive.device
96 /* Entry for host's unix home directory */
100 FileSystem = emul.handler
110 /* Entry for host's unix usr directory */
113 FileSystem = emul.handler
123 /* Additional unix directories can be mounted the same way, ie. with */
124 /* Filesytem set to "emul.handler" and Device encoding volume name */
125 /* and unix path like this: <volumename>:<pathname> */
127 /* Entry for FAT12/16/32 image (ie MSDOS/Win95/98 filesystem) */
130 FileSystem = fat.handler