Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/bootlists/standard.bl @ 2181:c34956608086
Updated bootlists with new DriveWire 3 modules
author | boisy |
---|---|
date | Sat, 07 Mar 2009 23:53:36 +0000 |
parents | a7ab256f65b9 |
children | 9059579aba59 |
rev | line source |
---|---|
1214 | 1 *************************************** |
2056 | 2 * NitrOS-9 Level 2 CoCo 3 Bootlist |
1214 | 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. | |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1564
diff
changeset
|
14 ../MODULES/KERNEL/krnp2 |
1703 | 15 *../MODULES/KERNEL/krnp3_perr |
16 *../MODULES/KERNEL/krnp4_regdump | |
1214 | 17 ../MODULES/SYSMODS/ioman |
18 ../MODULES/SYSMODS/init | |
19 * | |
20 *************************************** | |
1954 | 21 * CDF Section (HawkSoft) |
22 * | |
23 *../MODULES/CDF/cdf.mn | |
24 * | |
25 * CDF descriptors - select as needed | |
26 * SCSI descriptors (IDs 0-6) | |
27 *../MODULES/CDF/sc0.dd | |
28 *../MODULES/CDF/sc1.dd | |
29 *../MODULES/CDF/sc2.dd | |
30 *../MODULES/CDF/sc3.dd | |
31 *../MODULES/CDF/sc4.dd | |
32 *../MODULES/CDF/sc5.dd | |
33 *../MODULES/CDF/sc6.dd | |
34 * IDE descriptors (master/slave) | |
35 *../MODULES/CDF/ic0.dd | |
36 *../MODULES/CDF/ic1.dd | |
37 * | |
38 *************************************** | |
1214 | 39 * RBF Section |
40 * | |
41 ../MODULES/RBF/rbf.mn | |
42 * | |
2181 | 43 * DriveWire 3 driver |
44 *../MODULES/RBF/rbdw3.dr | |
45 *../MODULES/RBF/dw3.sb | |
1224 | 46 * DriveWire descriptors - select as needed |
47 *../MODULES/RBF/ddx0.dd | |
48 *../MODULES/RBF/x0.dd | |
49 *../MODULES/RBF/x1.dd | |
50 *../MODULES/RBF/x2.dd | |
51 *../MODULES/RBF/x3.dd | |
52 * | |
1636 | 53 * SuperDriver Package (Cloud-9 product) |
54 *../MODULES/RBF/rbsuper.dr | |
55 * Select Low level SCSI and/or IDE driver | |
56 *../MODULES/RBF/lltc3.dr | |
57 *../MODULES/RBF/llide.dr | |
58 * SuperDriver descriptors - select as needed | |
2171 | 59 * SuperBoard SCSI DD descriptor (ID 0) |
60 *../MODULES/RBF/dds0_sb.dd | |
2142 | 61 * SuperBoard SCSI descriptors (IDs 0-6) |
62 *../MODULES/RBF/s0_sb.dd | |
63 *../MODULES/RBF/s1_sb.dd | |
64 *../MODULES/RBF/s2_sb.dd | |
65 *../MODULES/RBF/s3_sb.dd | |
66 *../MODULES/RBF/s4_sb.dd | |
67 *../MODULES/RBF/s5_sb.dd | |
68 *../MODULES/RBF/s6_sb.dd | |
69 * SuperBoard SCSI HDB-DOS descriptor | |
70 *../MODULES/RBF/sh_sb.dd | |
2171 | 71 * TC^3 SCSI DD descriptor (ID 0) |
72 *../MODULES/RBF/dds0_tc3.dd | |
2142 | 73 * TC^3 SCSI descriptors (IDs 0-6) |
1636 | 74 *../MODULES/RBF/s0_tc3.dd |
75 *../MODULES/RBF/s1_tc3.dd | |
76 *../MODULES/RBF/s2_tc3.dd | |
77 *../MODULES/RBF/s3_tc3.dd | |
78 *../MODULES/RBF/s4_tc3.dd | |
79 *../MODULES/RBF/s5_tc3.dd | |
80 *../MODULES/RBF/s6_tc3.dd | |
2142 | 81 * TC^3 SCSI HDB-DOS descriptor |
82 *../MODULES/RBF/sh_tc3.dd | |
2171 | 83 * IDE DD descriptor (Master) |
84 *../MODULES/RBF/ddi0_ide.dd | |
1636 | 85 * IDE descriptors (master/slave) |
86 *../MODULES/RBF/i0_ide.dd | |
87 *../MODULES/RBF/i1_ide.dd | |
1684 | 88 * IDE HDB-DOS descriptor |
89 *../MODULES/RBF/ih_ide.dd | |
1636 | 90 * |
1790 | 91 * WD1773 floppy support for Tandy and compatible disk controllers |
1564 | 92 ../MODULES/RBF/rb1773.dr |
1790 | 93 * WD1773 floppy support for Disto Super Controller II |
94 *../MODULES/RBF/rb1773_scii_ff74.dr | |
95 *../MODULES/RBF/rb1773_scii_ff58.dr | |
1214 | 96 * Floppy device descriptors |
97 * DD - default device - choose one if needed | |
98 *../MODULES/RBF/ddd0_35s.dd | |
99 ../MODULES/RBF/ddd0_40d.dd | |
100 *../MODULES/RBF/ddd0_80d.dd | |
101 * D0 - drive 0 - choose one if needed | |
102 *../MODULES/RBF/d0_35s.dd | |
103 ../MODULES/RBF/d0_40d.dd | |
104 *../MODULES/RBF/d0_80d.dd | |
105 * D1 - drive 1 - choose one if needed | |
106 *../MODULES/RBF/d1_35s.dd | |
107 ../MODULES/RBF/d1_40d.dd | |
108 *../MODULES/RBF/d1_80d.dd | |
109 * D2 - drive 2 - choose one if needed | |
110 *../MODULES/RBF/d2_35s.dd | |
1812 | 111 ../MODULES/RBF/d2_40d.dd |
1214 | 112 *../MODULES/RBF/d2_80d.dd |
113 * D3 - drive 3 - choose if needed | |
114 *../MODULES/RBF/d3_35s.dd | |
115 * | |
116 * RAMDisk driver | |
117 *../MODULES/RBF/rammer.dr | |
1224 | 118 * 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
|
119 *../MODULES/RBF/ddr0_8k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
120 *../MODULES/RBF/ddr0_96k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
121 *../MODULES/RBF/ddr0_128k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
122 *../MODULES/RBF/ddr0_192k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
123 *../MODULES/RBF/r0_8k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
124 *../MODULES/RBF/r0_96k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
125 *../MODULES/RBF/r0_128k.dd |
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
126 *../MODULES/RBF/r0_192k.dd |
1271 | 127 * Memory device descriptor |
128 *../MODULES/RBF/md.dd | |
1214 | 129 *************************************** |
130 * SCF Section | |
131 * | |
132 ../MODULES/SCF/scf.mn | |
133 * | |
2142 | 134 * CoCo 3 I/O sub-drivers |
135 * Keyboard modules: choose cc3 for CoCo 3 keyboard | |
136 * or ps2 for SuperBoard PS/2 keyboard | |
1933 | 137 ../MODULES/SCF/vtio.dr |
2142 | 138 ../MODULES/SCF/keydrv_cc3.sb |
139 *../MODULES/SCF/keydrv_ps2.sb | |
140 * Sound module: CoCo 3 built-in sound generator | |
1256
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
141 ../MODULES/SCF/snddrv_cc3.sb |
2142 | 142 * Joystick modules: choose joy for hi-res joystick adapter, |
143 * ps2 for SuperBoard PS/2 mouse, or | |
144 * (M)icrosoft or (L)ogitech mouse using 6551 or 6552 ACIA | |
1256
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
145 ../MODULES/SCF/joydrv_joy.sb |
2142 | 146 *../MODULES/SCF/joydrv_ps2.sb |
1256
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
147 *../MODULES/SCF/joydrv_6551M.sb |
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
148 *../MODULES/SCF/joydrv_6552M.sb |
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
149 *../MODULES/SCF/joydrv_6551L.sb |
3ff579715249
Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents:
1229
diff
changeset
|
150 *../MODULES/SCF/joydrv_6552L.sb |
1214 | 151 * |
1933 | 152 * CoGrf/CoWin subroutine module |
153 * Use CoWin with Multi-Vue; use CoGrf | |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1564
diff
changeset
|
154 * for basic text and graphic window support.. |
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1564
diff
changeset
|
155 * Select only one. |
1933 | 156 *../MODULES/SCF/cogrf.io |
157 ../MODULES/SCF/cowin.io | |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1564
diff
changeset
|
158 * |
1933 | 159 * CoVDG I/O subroutine module |
1214 | 160 * Select one or both |
1933 | 161 *../MODULES/SCF/covdg.io |
162 *../MODULES/SCF/covdg_small.io | |
1214 | 163 * |
164 * Select only one term descriptor | |
165 *../MODULES/SCF/term_vdg.dt | |
166 *../MODULES/SCF/term_win40.dt | |
167 ../MODULES/SCF/term_win80.dt | |
2162
755b1b8ea019
Updated for new t1, p and term names for bit banger driver
boisy
parents:
2146
diff
changeset
|
168 *../MODULES/SCF/term_scbbt.dt |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1564
diff
changeset
|
169 *../MODULES/SCF/term_sc6551.dt |
1214 | 170 * |
171 * Select as many window descriptors as needed | |
172 ../MODULES/SCF/w.dw | |
173 ../MODULES/SCF/w1.dw | |
174 ../MODULES/SCF/w2.dw | |
175 ../MODULES/SCF/w3.dw | |
176 ../MODULES/SCF/w4.dw | |
177 ../MODULES/SCF/w5.dw | |
178 ../MODULES/SCF/w6.dw | |
179 ../MODULES/SCF/w7.dw | |
2146 | 180 ../MODULES/SCF/w8.dw |
181 ../MODULES/SCF/w9.dw | |
182 ../MODULES/SCF/w10.dw | |
183 ../MODULES/SCF/w11.dw | |
184 ../MODULES/SCF/w12.dw | |
185 ../MODULES/SCF/w13.dw | |
186 ../MODULES/SCF/w14.dw | |
187 ../MODULES/SCF/w15.dw | |
1214 | 188 * |
189 * Select as many VDG window descriptors as needed | |
190 *../MODULES/SCF/v1.dw | |
191 *../MODULES/SCF/v2.dw | |
192 *../MODULES/SCF/v3.dw | |
193 *../MODULES/SCF/v4.dw | |
194 *../MODULES/SCF/v5.dw | |
195 *../MODULES/SCF/v6.dw | |
196 *../MODULES/SCF/v7.dw | |
197 * | |
198 * Serial port drivers | |
1942 | 199 * CoCo Bit-Banger terminal port |
200 *../MODULES/SCF/scbbt.dr | |
2162
755b1b8ea019
Updated for new t1, p and term names for bit banger driver
boisy
parents:
2146
diff
changeset
|
201 *../MODULES/SCF/t1_scbbt.dd |
1214 | 202 * 6551 ACIA |
1490 | 203 *../MODULES/SCF/sc6551.dr |
204 *../MODULES/SCF/t2_sc6551.dd | |
205 *../MODULES/SCF/t3_sc6551.dd | |
1214 | 206 * Tandy Modem Pak |
207 *../MODULES/SCF/modpak.dr | |
208 *../MODULES/SCF/m1.dd | |
209 *../MODULES/SCF/m2.dd | |
2142 | 210 * SuperBoard TL16C552A serial port |
211 *../MODULES/sctlsp.dd | |
212 *../MODULES/t4_sctlsp.dd | |
213 *../MODULES/t5_sctlsp.dd | |
1214 | 214 * |
215 * Printer drivers | |
1942 | 216 * ../MODULES/SCF/scbbp.dr |
2162
755b1b8ea019
Updated for new t1, p and term names for bit banger driver
boisy
parents:
2146
diff
changeset
|
217 * ../MODULES/SCF/p_scbbp.dd |
2181 | 218 * DriveWire 3 Printer drivers |
219 * ../MODULES/SCF/scdwp.dr | |
220 * ../MODULES/SCF/p_scdwp.dd | |
2142 | 221 * SuperBoard TL16C552A parallel port |
222 *../MODULES/sctlpp.dd | |
223 *../MODULES/p1_sctlpp.dd | |
1214 | 224 * |
225 * VRN is a driver module used by certain games, including King's Quest III, | |
226 * Leisure Suit Larry and Flight Simulator II. A /nil descriptor is also | |
227 * supported. | |
228 ../MODULES/SCF/vrn.dr | |
229 ../MODULES/SCF/vi.dd | |
230 ../MODULES/SCF/ftdd.dd | |
231 * | |
232 *************************************** | |
233 * Pipe Section | |
234 * | |
235 * Pipes are a useful but optional part of a system. | |
236 ../MODULES/PIPE/pipeman.mn | |
237 ../MODULES/PIPE/piper.dr | |
238 ../MODULES/PIPE/pipe.dd | |
239 * | |
240 *************************************** | |
241 * Clock Section | |
242 * | |
1265 | 243 * Select one clock module depending upon your power line frequency |
244 * (60Hz = USA/Canada; 50Hz = Europe, Australia) | |
245 ../MODULES/CLOCKS/clock_60hz | |
246 *../MODULES/CLOCKS/clock_50hz | |
247 * Select one clock2 module that supports your real-time clock, if any. | |
1214 | 248 * Besides support for the internal software clock, the following |
249 * hardware clocks are supported: Burke & Burke, Disto 2-N-1, Disto 4-N-1, | |
2142 | 250 * Eliminator, Harris, SmartWatch, Cloud-9 (SuperIDE), the MESS emulator, Jeff |
251 * Vavasour's CoCo emulator, DriveWire and SuperBoard. | |
1265 | 252 ../MODULES/CLOCKS/clock2_soft |
253 *../MODULES/CLOCKS/clock2_bnb | |
254 *../MODULES/CLOCKS/clock2_disto2 | |
255 *../MODULES/CLOCKS/clock2_disto4 | |
256 *../MODULES/CLOCKS/clock2_elim | |
257 *../MODULES/CLOCKS/clock2_harris | |
258 *../MODULES/CLOCKS/clock2_smart | |
1651 | 259 *../MODULES/CLOCKS/clock2_jvemu |
260 *../MODULES/CLOCKS/clock2_messemu | |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1564
diff
changeset
|
261 *../MODULES/CLOCKS/clock2_cloud9 |
2181 | 262 *../MODULES/CLOCKS/clock2_dw3 |
2142 | 263 *../MODULES/CLOCKS/clock2_sb |
1214 | 264 * |
265 *************************************** | |
266 * System Kick-Start Module | |
267 * | |
1315 | 268 * Choose which startup module you wish to use. (sysgo_dd is recommended |
1227
70923b54cc47
cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents:
1225
diff
changeset
|
269 * for most configurations.) |
1265 | 270 * |
1214 | 271 * Alternatively, this module can reside in the root directory of the |
272 * boot device, saving precious system RAM. | |
1315 | 273 ../MODULES/SYSMODS/sysgo_dd |
274 *../MODULES/SYSMODS/sysgo_h0 |