Added DefaultWindowShapeFunc. Calls WDM_WINDOWSHAPE.
[tangerine.git] / workbench / devs / Mountlist
blob1d0c0bd5817848e983b5ca32a4c447861c537c56
1 /* Mountlist entry for the data killer (just a handler) */
2 NIL:
3         FileSystem      = nil.handler
6 /* Mountlist entry for the unlimited source of NUL bytes (just a handler) */
7 ZERO:
8         FileSystem      = zero.handler
11 /* Entry for the variable sized ramdisk (just a handler) */
12 RAM:
13         FileSystem      = ram.handler
16 ROOT:
17         FileSystem      = rootfs.handler
20 PIPEFS:
21         FileSystem      = pipefs.handler
24 /* Entry for a file mounted as filesystem AFD0: */
25 AFD0:
26         FileSystem      = afs.handler
27         Device          = fdsk.device
28         Unit            = 0
29         BlockSize       = 512
30         Surfaces        = 2
31         BlocksPerTrack  = 11
32         LowCyl          = 0
33         HighCyl         = 79
34         Reserved        = 2
37 /* Entry for a file mounted as filesystem AFD1: */
38 AFD1:
39         FileSystem      = afs.handler
40         Device          = fdsk.device
41         Unit            = 1
42         BlockSize       = 512
43         Surfaces        = 2
44         BlocksPerTrack  = 11
45         LowCyl          = 0
46         HighCyl         = 79
47         Reserved        = 2
50 /* Entry for a file mounted as filesystem AFD2: */
51 AFD2:
52         FileSystem      = afs.handler
53         Device          = fdsk.device
54         Unit            = 2
55         BlockSize       = 512
56         Surfaces        = 2
57         BlocksPerTrack  = 11
58         LowCyl          = 0
59         HighCyl         = 79
60         Reserved        = 2
63 /* Entry for a file mounted as filesystem AFD3: */
64 AFD3:
65         FileSystem      = afs.handler
66         Device          = fdsk.device
67         Unit            = 3
68         BlockSize       = 512
69         Surfaces        = 2
70         BlocksPerTrack  = 11
71         LowCyl          = 0
72         HighCyl         = 79
73         Reserved        = 2
76 /* Entry for a ramdrive disk */
77 RAD:
78         FileSystem      = afs.handler
79         Device          = ramdrive.device
80         Unit            = 0
81         BlockSize       = 512
82         Surfaces        = 2
83         BlocksPerTrack  = 11
84         LowCyl          = 0
85         HighCyl         = 79
86         Reserved        = 2
89 /* Entry for a ramdrive disk */
90 RAD2:
91         FileSystem      = afs.handler
92         Device          = ramdrive.device
93         Unit            = 1
94         BlockSize       = 512
95         Surfaces        = 2
96         BlocksPerTrack  = 11
97         LowCyl          = 0
98         HighCyl         = 79
99         Reserved        = 2
102 /* Entry for cdrom.handler */
103 CD0:
104         FileSystem = cdrom.handler
105         Device = ide.device
106         Unit = 1
109 /* Entry for host's unix home directory */
111 HOME:
113         FileSystem = emul.handler
114         Device     = Home:~
117 /* Entry for host's unix usr directory */
119 USR:
120         FileSystem = emul.handler
121         Device     = USR:/usr
124 /* Additional unix directories can be mounted the same way, ie. with */
125 /* Filesytem set to "emul.handler" and Device encoding volume name   */
126 /* and unix path like this: <volumename>:<pathname>                  */
128 /* Entry for FAT12/16/32 image (ie MSDOS/Win95/98 filesystem) */
130 FAT:
131         FileSystem = fat.handler
132         Device     = fdsk.device
133         Unit       = 0