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