annotate level2/coco3/bootlists/standard.bl @ 2693:751d66d618c3 lwtools-port

Fixed more stuff
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 19 Jul 2012 14:06:02 -0500
parents 5db344523e54
children 05b648103e78
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
1 ***************************************
2056
92c7464af0f1 Updates
boisy
parents: 2030
diff changeset
2 * NitrOS-9 Level 2 CoCo 3 Bootlist
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
3 *
1224
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
4 * $Id$
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
5 *
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
6 * This bootlist is presented as an example for creating custom bootfiles.
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
7 * A module may be excluded from the bootfile if an asterisk (*) is the
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
8 * first character of the line.
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
9 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
10 ***************************************
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
11 * Kernel/System Section
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
12 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
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
7053fdee882a Fixed incorrect pathlists to kernel modules
boisy
parents: 1684
diff changeset
15 *../MODULES/KERNEL/krnp3_perr
7053fdee882a Fixed incorrect pathlists to kernel modules
boisy
parents: 1684
diff changeset
16 *../MODULES/KERNEL/krnp4_regdump
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
17 ../MODULES/SYSMODS/ioman
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
18 ../MODULES/SYSMODS/init
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
19 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
20 ***************************************
1954
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
21 * CDF Section (HawkSoft)
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
22 *
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
23 *../MODULES/CDF/cdf.mn
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
24 *
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
25 * CDF descriptors - select as needed
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
26 * SCSI descriptors (IDs 0-6)
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
27 *../MODULES/CDF/sc0.dd
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
28 *../MODULES/CDF/sc1.dd
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
29 *../MODULES/CDF/sc2.dd
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
30 *../MODULES/CDF/sc3.dd
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
31 *../MODULES/CDF/sc4.dd
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
32 *../MODULES/CDF/sc5.dd
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
33 *../MODULES/CDF/sc6.dd
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
34 * IDE descriptors (master/slave)
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
35 *../MODULES/CDF/ic0.dd
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
36 *../MODULES/CDF/ic1.dd
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
37 *
e5ad0755bf40 Added HawkSoft's CDF to standard.bl files
boisy
parents: 1942
diff changeset
38 ***************************************
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
39 * RBF Section
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
40 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
41 ../MODULES/RBF/rbf.mn
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
42 *
2181
c34956608086 Updated bootlists with new DriveWire 3 modules
boisy
parents: 2171
diff changeset
43 * DriveWire 3 driver
c34956608086 Updated bootlists with new DriveWire 3 modules
boisy
parents: 2171
diff changeset
44 *../MODULES/RBF/rbdw3.dr
c34956608086 Updated bootlists with new DriveWire 3 modules
boisy
parents: 2171
diff changeset
45 *../MODULES/RBF/dw3.sb
1224
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
46 * DriveWire descriptors - select as needed
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
47 *../MODULES/RBF/ddx0.dd
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
48 *../MODULES/RBF/x0.dd
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
49 *../MODULES/RBF/x1.dd
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
50 *../MODULES/RBF/x2.dd
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
51 *../MODULES/RBF/x3.dd
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
52 *
1636
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
53 * SuperDriver Package (Cloud-9 product)
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
54 *../MODULES/RBF/rbsuper.dr
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
55 * Select Low level SCSI and/or IDE driver
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
56 *../MODULES/RBF/lltc3.dr
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
57 *../MODULES/RBF/llide.dr
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
58 * SuperDriver descriptors - select as needed
2171
a7ab256f65b9 Updated
boisy
parents: 2162
diff changeset
59 * TC^3 SCSI DD descriptor (ID 0)
a7ab256f65b9 Updated
boisy
parents: 2162
diff changeset
60 *../MODULES/RBF/dds0_tc3.dd
2142
68a76a1ed440 Added W8-W15, updated standard.bl for SuperBoard
boisy
parents: 2056
diff changeset
61 * TC^3 SCSI descriptors (IDs 0-6)
1636
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
62 *../MODULES/RBF/s0_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
63 *../MODULES/RBF/s1_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
64 *../MODULES/RBF/s2_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
65 *../MODULES/RBF/s3_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
66 *../MODULES/RBF/s4_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
67 *../MODULES/RBF/s5_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
68 *../MODULES/RBF/s6_tc3.dd
2142
68a76a1ed440 Added W8-W15, updated standard.bl for SuperBoard
boisy
parents: 2056
diff changeset
69 * TC^3 SCSI HDB-DOS descriptor
68a76a1ed440 Added W8-W15, updated standard.bl for SuperBoard
boisy
parents: 2056
diff changeset
70 *../MODULES/RBF/sh_tc3.dd
2171
a7ab256f65b9 Updated
boisy
parents: 2162
diff changeset
71 * IDE DD descriptor (Master)
a7ab256f65b9 Updated
boisy
parents: 2162
diff changeset
72 *../MODULES/RBF/ddi0_ide.dd
1636
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
73 * IDE descriptors (master/slave)
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
74 *../MODULES/RBF/i0_ide.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
75 *../MODULES/RBF/i1_ide.dd
1684
c0c47b363b5d Script updates
boisy
parents: 1651
diff changeset
76 * IDE HDB-DOS descriptor
c0c47b363b5d Script updates
boisy
parents: 1651
diff changeset
77 *../MODULES/RBF/ih_ide.dd
1636
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
78 *
1790
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1787
diff changeset
79 * WD1773 floppy support for Tandy and compatible disk controllers
1564
b9a87d97494d Multiple changes for next release
boisy
parents: 1490
diff changeset
80 ../MODULES/RBF/rb1773.dr
1790
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1787
diff changeset
81 * WD1773 floppy support for Disto Super Controller II
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1787
diff changeset
82 *../MODULES/RBF/rb1773_scii_ff74.dr
2330195b098c bootlists updated for disto scii drivers.
boisy
parents: 1787
diff changeset
83 *../MODULES/RBF/rb1773_scii_ff58.dr
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
84 * Floppy device descriptors
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
85 * DD - default device - choose one if needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
86 *../MODULES/RBF/ddd0_35s.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
87 ../MODULES/RBF/ddd0_40d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
88 *../MODULES/RBF/ddd0_80d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
89 * D0 - drive 0 - choose one if needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
90 *../MODULES/RBF/d0_35s.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
91 ../MODULES/RBF/d0_40d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
92 *../MODULES/RBF/d0_80d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
93 * D1 - drive 1 - choose one if needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
94 *../MODULES/RBF/d1_35s.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
95 ../MODULES/RBF/d1_40d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
96 *../MODULES/RBF/d1_80d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
97 * D2 - drive 2 - choose one if needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
98 *../MODULES/RBF/d2_35s.dd
1812
0b6b52c6acdc /D2 now part of standard bootfile
boisy
parents: 1790
diff changeset
99 ../MODULES/RBF/d2_40d.dd
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
100 *../MODULES/RBF/d2_80d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
101 * D3 - drive 3 - choose if needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
102 *../MODULES/RBF/d3_35s.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
103 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
104 * RAMDisk driver
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
105 *../MODULES/RBF/rammer.dr
1224
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
106 * 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
107 *../MODULES/RBF/ddr0_8k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
108 *../MODULES/RBF/ddr0_96k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
109 *../MODULES/RBF/ddr0_128k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
110 *../MODULES/RBF/ddr0_192k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
111 *../MODULES/RBF/r0_8k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
112 *../MODULES/RBF/r0_96k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
113 *../MODULES/RBF/r0_128k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
114 *../MODULES/RBF/r0_192k.dd
1271
886a77d2f5ea Added md device descriptor
boisy
parents: 1265
diff changeset
115 * Memory device descriptor
886a77d2f5ea Added md device descriptor
boisy
parents: 1265
diff changeset
116 *../MODULES/RBF/md.dd
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
117 ***************************************
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
118 * SCF Section
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
119 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
120 ../MODULES/SCF/scf.mn
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
121 *
2142
68a76a1ed440 Added W8-W15, updated standard.bl for SuperBoard
boisy
parents: 2056
diff changeset
122 * CoCo 3 I/O sub-drivers
68a76a1ed440 Added W8-W15, updated standard.bl for SuperBoard
boisy
parents: 2056
diff changeset
123 * Keyboard modules: choose cc3 for CoCo 3 keyboard
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
124 ../MODULES/SCF/vtio.dr
2142
68a76a1ed440 Added W8-W15, updated standard.bl for SuperBoard
boisy
parents: 2056
diff changeset
125 ../MODULES/SCF/keydrv_cc3.sb
68a76a1ed440 Added W8-W15, updated standard.bl for SuperBoard
boisy
parents: 2056
diff changeset
126 * 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
127 ../MODULES/SCF/snddrv_cc3.sb
2484
9059579aba59 Updated bootlists
boisy
parents: 2181
diff changeset
128 * Joystick modules: choose joy for hi-res joystick adapter or
2142
68a76a1ed440 Added W8-W15, updated standard.bl for SuperBoard
boisy
parents: 2056
diff changeset
129 * (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
130 ../MODULES/SCF/joydrv_joy.sb
3ff579715249 Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents: 1229
diff changeset
131 *../MODULES/SCF/joydrv_6551M.sb
3ff579715249 Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents: 1229
diff changeset
132 *../MODULES/SCF/joydrv_6552M.sb
3ff579715249 Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents: 1229
diff changeset
133 *../MODULES/SCF/joydrv_6551L.sb
3ff579715249 Changes to bootfiles and bootlists to reflect new naming of keydrv, snddrv and
boisy
parents: 1229
diff changeset
134 *../MODULES/SCF/joydrv_6552L.sb
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
135 *
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
136 * CoGrf/CoWin subroutine module
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
137 * 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
138 * 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
139 * Select only one.
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
140 *../MODULES/SCF/cogrf.io
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
141 ../MODULES/SCF/cowin.io
1587
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
142 *
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
143 * CoVDG I/O subroutine module
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
144 * Select one or both
1933
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
145 *../MODULES/SCF/covdg.io
1e312b144f4d Major changes:
boisy
parents: 1812
diff changeset
146 *../MODULES/SCF/covdg_small.io
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
147 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
148 * Select only one term descriptor
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
149 *../MODULES/SCF/term_vdg.dt
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
150 *../MODULES/SCF/term_win40.dt
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
151 ../MODULES/SCF/term_win80.dt
2162
755b1b8ea019 Updated for new t1, p and term names for bit banger driver
boisy
parents: 2146
diff changeset
152 *../MODULES/SCF/term_scbbt.dt
1587
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
153 *../MODULES/SCF/term_sc6551.dt
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
154 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
155 * Select as many window descriptors as needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
156 ../MODULES/SCF/w.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
157 ../MODULES/SCF/w1.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
158 ../MODULES/SCF/w2.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
159 ../MODULES/SCF/w3.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
160 ../MODULES/SCF/w4.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
161 ../MODULES/SCF/w5.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
162 ../MODULES/SCF/w6.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
163 ../MODULES/SCF/w7.dw
2146
f9ecc44d18ed Added w8-w15
boisy
parents: 2142
diff changeset
164 ../MODULES/SCF/w8.dw
f9ecc44d18ed Added w8-w15
boisy
parents: 2142
diff changeset
165 ../MODULES/SCF/w9.dw
f9ecc44d18ed Added w8-w15
boisy
parents: 2142
diff changeset
166 ../MODULES/SCF/w10.dw
f9ecc44d18ed Added w8-w15
boisy
parents: 2142
diff changeset
167 ../MODULES/SCF/w11.dw
f9ecc44d18ed Added w8-w15
boisy
parents: 2142
diff changeset
168 ../MODULES/SCF/w12.dw
f9ecc44d18ed Added w8-w15
boisy
parents: 2142
diff changeset
169 ../MODULES/SCF/w13.dw
f9ecc44d18ed Added w8-w15
boisy
parents: 2142
diff changeset
170 ../MODULES/SCF/w14.dw
f9ecc44d18ed Added w8-w15
boisy
parents: 2142
diff changeset
171 ../MODULES/SCF/w15.dw
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
172 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
173 * Select as many VDG window descriptors as needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
174 *../MODULES/SCF/v1.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
175 *../MODULES/SCF/v2.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
176 *../MODULES/SCF/v3.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
177 *../MODULES/SCF/v4.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
178 *../MODULES/SCF/v5.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
179 *../MODULES/SCF/v6.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
180 *../MODULES/SCF/v7.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
181 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
182 * Serial port drivers
1942
b41df77588b0 printer is now scbbp
boisy
parents: 1933
diff changeset
183 * CoCo Bit-Banger terminal port
b41df77588b0 printer is now scbbp
boisy
parents: 1933
diff changeset
184 *../MODULES/SCF/scbbt.dr
2162
755b1b8ea019 Updated for new t1, p and term names for bit banger driver
boisy
parents: 2146
diff changeset
185 *../MODULES/SCF/t1_scbbt.dd
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
186 * 6551 ACIA
1490
df09f5dcfa65 Changes related to sacia->sc6551 rename
boisy
parents: 1369
diff changeset
187 *../MODULES/SCF/sc6551.dr
df09f5dcfa65 Changes related to sacia->sc6551 rename
boisy
parents: 1369
diff changeset
188 *../MODULES/SCF/t2_sc6551.dd
df09f5dcfa65 Changes related to sacia->sc6551 rename
boisy
parents: 1369
diff changeset
189 *../MODULES/SCF/t3_sc6551.dd
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
190 * Tandy Modem Pak
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
191 *../MODULES/SCF/modpak.dr
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
192 *../MODULES/SCF/m1.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
193 *../MODULES/SCF/m2.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
194 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
195 * Printer drivers
1942
b41df77588b0 printer is now scbbp
boisy
parents: 1933
diff changeset
196 * ../MODULES/SCF/scbbp.dr
2162
755b1b8ea019 Updated for new t1, p and term names for bit banger driver
boisy
parents: 2146
diff changeset
197 * ../MODULES/SCF/p_scbbp.dd
2484
9059579aba59 Updated bootlists
boisy
parents: 2181
diff changeset
198 *
2181
c34956608086 Updated bootlists with new DriveWire 3 modules
boisy
parents: 2171
diff changeset
199 * DriveWire 3 Printer drivers
c34956608086 Updated bootlists with new DriveWire 3 modules
boisy
parents: 2171
diff changeset
200 * ../MODULES/SCF/scdwp.dr
c34956608086 Updated bootlists with new DriveWire 3 modules
boisy
parents: 2171
diff changeset
201 * ../MODULES/SCF/p_scdwp.dd
2484
9059579aba59 Updated bootlists
boisy
parents: 2181
diff changeset
202 *
2693
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
203 * DriveWire Virtual Channel Driver
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
204 *../MODULES/SCF/scdwv.dr
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
205 *../MODULES/SCF/term_scdwv.dt
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
206 *../MODULES/SCF/n_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
207 *../MODULES/SCF/n1_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
208 *../MODULES/SCF/n2_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
209 *../MODULES/SCF/n3_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
210 *../MODULES/SCF/n4_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
211 *../MODULES/SCF/n5_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
212 *../MODULES/SCF/n6_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
213 *../MODULES/SCF/n7_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
214 *../MODULES/SCF/n8_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
215 *../MODULES/SCF/n9_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
216 *../MODULES/SCF/n10_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
217 *../MODULES/SCF/n11_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
218 *../MODULES/SCF/n12_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
219 *../MODULES/SCF/n13_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
220 *../MODULES/SCF/n14_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
221 *../MODULES/SCF/term_z_scdwv.dt
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
222 *../MODULES/SCF/z1_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
223 *../MODULES/SCF/z2_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
224 *../MODULES/SCF/z3_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
225 *../MODULES/SCF/z4_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
226 *../MODULES/SCF/z5_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
227 *../MODULES/SCF/z6_scdwv.dd
751d66d618c3 Fixed more stuff
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2572
diff changeset
228 *../MODULES/SCF/z7_scdwv.dd
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
229 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
230 * VRN is a driver module used by certain games, including King's Quest III,
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
231 * Leisure Suit Larry and Flight Simulator II. A /nil descriptor is also
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
232 * supported.
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
233 ../MODULES/SCF/vrn.dr
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
234 ../MODULES/SCF/vi.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
235 ../MODULES/SCF/ftdd.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
236 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
237 ***************************************
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
238 * Pipe Section
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
239 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
240 * Pipes are a useful but optional part of a system.
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
241 ../MODULES/PIPE/pipeman.mn
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
242 ../MODULES/PIPE/piper.dr
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
243 ../MODULES/PIPE/pipe.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
244 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
245 ***************************************
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
246 * Clock Section
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
247 *
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
248 * Select one clock module depending upon your power line frequency
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
249 * (60Hz = USA/Canada; 50Hz = Europe, Australia)
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
250 ../MODULES/CLOCKS/clock_60hz
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
251 *../MODULES/CLOCKS/clock_50hz
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
252 * Select one clock2 module that supports your real-time clock, if any.
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
253 * Besides support for the internal software clock, the following
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
254 * hardware clocks are supported: Burke & Burke, Disto 2-N-1, Disto 4-N-1,
2142
68a76a1ed440 Added W8-W15, updated standard.bl for SuperBoard
boisy
parents: 2056
diff changeset
255 * Eliminator, Harris, SmartWatch, Cloud-9 (SuperIDE), the MESS emulator, Jeff
2484
9059579aba59 Updated bootlists
boisy
parents: 2181
diff changeset
256 * Vavasour's CoCo emulator and DriveWire
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
257 ../MODULES/CLOCKS/clock2_soft
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
258 *../MODULES/CLOCKS/clock2_bnb
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
259 *../MODULES/CLOCKS/clock2_disto2
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
260 *../MODULES/CLOCKS/clock2_disto4
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
261 *../MODULES/CLOCKS/clock2_elim
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
262 *../MODULES/CLOCKS/clock2_harris
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
263 *../MODULES/CLOCKS/clock2_smart
1651
d696f50c0c67 updated standard.bl files with emulator clocks.
boisy
parents: 1636
diff changeset
264 *../MODULES/CLOCKS/clock2_jvemu
d696f50c0c67 updated standard.bl files with emulator clocks.
boisy
parents: 1636
diff changeset
265 *../MODULES/CLOCKS/clock2_messemu
1587
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
266 *../MODULES/CLOCKS/clock2_cloud9
2181
c34956608086 Updated bootlists with new DriveWire 3 modules
boisy
parents: 2171
diff changeset
267 *../MODULES/CLOCKS/clock2_dw3
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
268 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
269 ***************************************
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
270 * System Kick-Start Module
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
271 *
1315
23c681a015e1 cc3go has been renamed to SysGo
boisy
parents: 1271
diff changeset
272 * 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
273 * for most configurations.)
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
274 *
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
275 * Alternatively, this module can reside in the root directory of the
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
276 * boot device, saving precious system RAM.
1315
23c681a015e1 cc3go has been renamed to SysGo
boisy
parents: 1271
diff changeset
277 ../MODULES/SYSMODS/sysgo_dd
23c681a015e1 cc3go has been renamed to SysGo
boisy
parents: 1271
diff changeset
278 *../MODULES/SYSMODS/sysgo_h0