Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/bootlists/standard.bl @ 1271:886a77d2f5ea
Added md device descriptor
author | boisy |
---|---|
date | Tue, 19 Aug 2003 18:49:15 +0000 |
parents | 50eb02f90812 |
children | 23c681a015e1 |
rev | line source |
---|---|
1214 | 1 *************************************** |
2 * OS-9 Level Two Bootlist | |
3 * | |
1224 | 4 * $Id$ |
5 * | |
1214 | 6 * This bootlist is presented as an example for creating custom bootfiles. |
7 * A module may be excluded from the bootfile if an asterisk (*) is the | |
8 * first character of the line. | |
9 * | |
10 *************************************** | |
11 * Kernel/System Section | |
12 * | |
13 * These modules are mandatory. | |
14 ../MODULES/KERNEL/os9p2 | |
15 ../MODULES/SYSMODS/ioman | |
16 ../MODULES/SYSMODS/init | |
17 * | |
18 *************************************** | |
19 * RBF Section | |
20 * | |
21 ../MODULES/RBF/rbf.mn | |
22 * | |
1224 | 23 * DriveWire driver (Cloud-9 product) |
24 *../MODULES/RBF/drivewire.dr | |
25 * DriveWire descriptors - select as needed | |
26 *../MODULES/RBF/ddx0.dd | |
27 *../MODULES/RBF/x0.dd | |
28 *../MODULES/RBF/x1.dd | |
29 *../MODULES/RBF/x2.dd | |
30 *../MODULES/RBF/x3.dd | |
31 * | |
32 * SuperSCSI drivers (Cloud-9 product) | |
33 * Select SCSI driver for TC^3, Ken-Ton or Disto Controller | |
1223 | 34 *../MODULES/RBF/superscsi_tc3.dr |
35 *../MODULES/RBF/superscsi_ktlr.dr | |
36 *../MODULES/RBF/superscsi_disto.dr | |
1224 | 37 * SuperSCSI descriptors - select as needed |
1225 | 38 *../MODULES/RBF/dd_ez135_tc3.dd |
39 *../MODULES/RBF/dd_ez135_ktlr.dd | |
40 *../MODULES/RBF/dd_ez135_d4n1.dd | |
41 *../MODULES/RBF/dd_ez135_hdii.dd | |
42 *../MODULES/RBF/h0_ez135_tc3.dd | |
43 *../MODULES/RBF/h0_ez135_ktlr.dd | |
1223 | 44 *../MODULES/RBF/h0_ez135_d4n1.dd |
45 *../MODULES/RBF/h0_ez135_hdii.dd | |
1225 | 46 *../MODULES/RBF/c3_cdrom_tc3.dd |
47 *../MODULES/RBF/c3_cdrom_ktlr.dd | |
1223 | 48 *../MODULES/RBF/c3_cdrom_d4n1.dd |
49 *../MODULES/RBF/c3_cdrom_hdii.dd | |
1225 | 50 *../MODULES/RBF/h5_zip100_tc3.dd |
51 *../MODULES/RBF/h5_zip100_ktlr.dd | |
1223 | 52 *../MODULES/RBF/h5_zip100_d4n1.dd |
53 *../MODULES/RBF/h5_zip100_hdii.dd | |
1225 | 54 *../MODULES/RBF/hb_255_tc3.dd |
55 *../MODULES/RBF/hb_255_ktlr.dd | |
1223 | 56 *../MODULES/RBF/hb_255_d4n1.dd |
57 *../MODULES/RBF/hb_255_hdii.dd | |
1214 | 58 * |
59 * CC3Disk - WD1773 floppy support | |
60 ../MODULES/RBF/cc3disk.dr | |
61 * Floppy device descriptors | |
62 * DD - default device - choose one if needed | |
63 *../MODULES/RBF/ddd0_35s.dd | |
64 ../MODULES/RBF/ddd0_40d.dd | |
65 *../MODULES/RBF/ddd0_80d.dd | |
66 * D0 - drive 0 - choose one if needed | |
67 *../MODULES/RBF/d0_35s.dd | |
68 ../MODULES/RBF/d0_40d.dd | |
69 *../MODULES/RBF/d0_80d.dd | |
70 * D1 - drive 1 - choose one if needed | |
71 *../MODULES/RBF/d1_35s.dd | |
72 ../MODULES/RBF/d1_40d.dd | |
73 *../MODULES/RBF/d1_80d.dd | |
74 * D2 - drive 2 - choose one if needed | |
75 *../MODULES/RBF/d2_35s.dd | |
76 *../MODULES/RBF/d2_40d.dd | |
77 *../MODULES/RBF/d2_80d.dd | |
78 * D3 - drive 3 - choose if needed | |
79 *../MODULES/RBF/d3_35s.dd | |
80 * | |
81 * RAMDisk driver | |
82 *../MODULES/RBF/rammer.dr | |
1224 | 83 * RAMDisk descriptors - select as needed |
1227
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
84 *../MODULES/RBF/ddr0_8k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
85 *../MODULES/RBF/ddr0_96k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
86 *../MODULES/RBF/ddr0_128k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
87 *../MODULES/RBF/ddr0_192k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
88 *../MODULES/RBF/r0_8k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
89 *../MODULES/RBF/r0_96k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
90 *../MODULES/RBF/r0_128k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
91 *../MODULES/RBF/r0_192k.dd |
1271 | 92 * Memory device descriptor |
93 *../MODULES/RBF/md.dd | |
1214 | 94 *************************************** |
95 * SCF Section | |
96 * | |
97 ../MODULES/SCF/scf.mn | |
98 * | |
1265 | 99 * CoCo 3 I/O driver |
1214 | 100 * Joystick modules: choose Joystick OR |
101 * (M)icrosoft or (L)ogitech mouse using 6551 or 6552 ACIA | |
102 ../MODULES/SCF/cc3io.dr | |
1265 | 103 ../MODULES/SCF/keydrv_cc3.sb |
1256
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
104 ../MODULES/SCF/snddrv_cc3.sb |
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
105 ../MODULES/SCF/joydrv_joy.sb |
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
106 *../MODULES/SCF/joydrv_6551M.sb |
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
107 *../MODULES/SCF/joydrv_6552M.sb |
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
108 *../MODULES/SCF/joydrv_6551L.sb |
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
109 *../MODULES/SCF/joydrv_6552L.sb |
1214 | 110 * |
111 * WindInt and VDGInt I/O subroutine modules | |
112 * Select one or both | |
113 ../MODULES/SCF/windint.io | |
114 *../MODULES/SCF/vdgint.io | |
115 *../MODULES/SCF/vdgint_small.io | |
116 * | |
117 * Select only one term descriptor | |
118 *../MODULES/SCF/term_vdg.dt | |
119 *../MODULES/SCF/term_win40.dt | |
120 ../MODULES/SCF/term_win80.dt | |
121 * | |
122 * Select as many window descriptors as needed | |
123 ../MODULES/SCF/w.dw | |
124 ../MODULES/SCF/w1.dw | |
125 ../MODULES/SCF/w2.dw | |
126 ../MODULES/SCF/w3.dw | |
127 ../MODULES/SCF/w4.dw | |
128 ../MODULES/SCF/w5.dw | |
129 ../MODULES/SCF/w6.dw | |
130 ../MODULES/SCF/w7.dw | |
131 * | |
132 * Select as many VDG window descriptors as needed | |
133 *../MODULES/SCF/v1.dw | |
134 *../MODULES/SCF/v2.dw | |
135 *../MODULES/SCF/v3.dw | |
136 *../MODULES/SCF/v4.dw | |
137 *../MODULES/SCF/v5.dw | |
138 *../MODULES/SCF/v6.dw | |
139 *../MODULES/SCF/v7.dw | |
140 * | |
141 * Serial port drivers | |
142 * Built-In RS-232 port | |
143 *../MODULES/SCF/sio.dr | |
144 *../MODULES/SCF/t1.dd | |
145 * 6551 ACIA | |
146 *../MODULES/SCF/sacia.dr | |
147 *../MODULES/SCF/t2_sacia.dd | |
148 *../MODULES/SCF/t3_sacia.dd | |
149 * 6552 ACIA | |
150 *../MODULES/SCF/dacia.dr | |
151 *../MODULES/SCF/t2_dacia.dd | |
152 *../MODULES/SCF/t3_dacia.dd | |
153 * Tandy Modem Pak | |
154 *../MODULES/SCF/modpak.dr | |
155 *../MODULES/SCF/m1.dd | |
156 *../MODULES/SCF/m2.dd | |
157 * | |
158 * Printer drivers | |
159 * ../MODULES/SCF/printer.dr | |
160 * ../MODULES/SCF/p.dd | |
161 * | |
162 * VRN is a driver module used by certain games, including King's Quest III, | |
163 * Leisure Suit Larry and Flight Simulator II. A /nil descriptor is also | |
164 * supported. | |
165 ../MODULES/SCF/vrn.dr | |
166 ../MODULES/SCF/vi.dd | |
167 ../MODULES/SCF/ftdd.dd | |
168 * | |
169 *************************************** | |
170 * Pipe Section | |
171 * | |
172 * Pipes are a useful but optional part of a system. | |
173 ../MODULES/PIPE/pipeman.mn | |
174 ../MODULES/PIPE/piper.dr | |
175 ../MODULES/PIPE/pipe.dd | |
176 * | |
177 *************************************** | |
178 * Clock Section | |
179 * | |
1265 | 180 * Select one clock module depending upon your power line frequency |
181 * (60Hz = USA/Canada; 50Hz = Europe, Australia) | |
182 ../MODULES/CLOCKS/clock_60hz | |
183 *../MODULES/CLOCKS/clock_50hz | |
184 * Select one clock2 module that supports your real-time clock, if any. | |
1214 | 185 * Besides support for the internal software clock, the following |
186 * hardware clocks are supported: Burke & Burke, Disto 2-N-1, Disto 4-N-1, | |
1229 | 187 * Eliminator, Harris, SmartWatch, TC^3, DriveWire |
1265 | 188 ../MODULES/CLOCKS/clock2_soft |
189 *../MODULES/CLOCKS/clock2_bnb | |
190 *../MODULES/CLOCKS/clock2_disto2 | |
191 *../MODULES/CLOCKS/clock2_disto4 | |
192 *../MODULES/CLOCKS/clock2_elim | |
193 *../MODULES/CLOCKS/clock2_harris | |
194 *../MODULES/CLOCKS/clock2_smart | |
195 *../MODULES/CLOCKS/clock2_tc3 | |
196 *../MODULES/CLOCKS/clock2_dw | |
1214 | 197 * |
198 *************************************** | |
199 * System Kick-Start Module | |
200 * | |
1227
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
201 * Choose which startup module you wish to use. (cc3go_dd is recommended |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
202 * for most configurations.) |
1265 | 203 * |
1214 | 204 * Alternatively, this module can reside in the root directory of the |
205 * boot device, saving precious system RAM. | |
1227
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
206 ../MODULES/SYSMODS/cc3go_dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
207 *../MODULES/SYSMODS/cc3go_h0 |