annotate level2/coco3/bootlists/standard.bl @ 1651:d696f50c0c67

updated standard.bl files with emulator clocks. sysgo.asm now has a different output for development builds. releasedefs updated for v03.02.02+
author boisy
date Fri, 16 Jul 2004 19:16:37 +0000
parents fa494f2dca9a
children c0c47b363b5d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
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
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
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
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 ***************************************
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
21 * RBF Section
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
22 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
23 ../MODULES/RBF/rbf.mn
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
24 *
1224
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
25 * DriveWire driver (Cloud-9 product)
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
26 *../MODULES/RBF/drivewire.dr
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
27 * DriveWire descriptors - select as needed
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
28 *../MODULES/RBF/ddx0.dd
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
29 *../MODULES/RBF/x0.dd
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
30 *../MODULES/RBF/x1.dd
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
31 *../MODULES/RBF/x2.dd
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
32 *../MODULES/RBF/x3.dd
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
33 *
1636
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
34 * SuperDriver Package (Cloud-9 product)
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
35 *../MODULES/RBF/rbsuper.dr
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
36 * Select Low level SCSI and/or IDE driver
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
37 *../MODULES/RBF/lltc3.dr
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
38 *../MODULES/RBF/llide.dr
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
39 * SuperDriver descriptors - select as needed
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
40 * SCSI descriptors (IDs 0-7)
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
41 *../MODULES/RBF/s0_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
42 *../MODULES/RBF/s1_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
43 *../MODULES/RBF/s2_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
44 *../MODULES/RBF/s3_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
45 *../MODULES/RBF/s4_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
46 *../MODULES/RBF/s5_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
47 *../MODULES/RBF/s6_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
48 *../MODULES/RBF/s7_tc3.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
49 * SCSI HDB-DOS descriptor for drive 255
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
50 *../MODULES/RBF/sh_ide_255.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
51 * IDE descriptors (master/slave)
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
52 *../MODULES/RBF/i0_ide.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
53 *../MODULES/RBF/i1_ide.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
54 * IDE HDB-DOS descriptor for drive 255
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
55 *../MODULES/RBF/ih_ide_255.dd
fa494f2dca9a mfree.asm: some minor comments and additions
boisy
parents: 1587
diff changeset
56 *
1224
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
57 * SuperSCSI drivers (Cloud-9 product)
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
58 * Select SCSI driver for TC^3, Ken-Ton or Disto Controller
1223
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
59 *../MODULES/RBF/superscsi_tc3.dr
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
60 *../MODULES/RBF/superscsi_ktlr.dr
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
61 *../MODULES/RBF/superscsi_disto.dr
1224
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
62 * SuperSCSI descriptors - select as needed
1225
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
63 *../MODULES/RBF/dd_ez135_tc3.dd
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
64 *../MODULES/RBF/dd_ez135_ktlr.dd
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
65 *../MODULES/RBF/dd_ez135_d4n1.dd
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
66 *../MODULES/RBF/dd_ez135_hdii.dd
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
67 *../MODULES/RBF/h0_ez135_tc3.dd
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
68 *../MODULES/RBF/h0_ez135_ktlr.dd
1223
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
69 *../MODULES/RBF/h0_ez135_d4n1.dd
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
70 *../MODULES/RBF/h0_ez135_hdii.dd
1225
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
71 *../MODULES/RBF/c3_cdrom_tc3.dd
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
72 *../MODULES/RBF/c3_cdrom_ktlr.dd
1223
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
73 *../MODULES/RBF/c3_cdrom_d4n1.dd
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
74 *../MODULES/RBF/c3_cdrom_hdii.dd
1225
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
75 *../MODULES/RBF/h5_zip100_tc3.dd
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
76 *../MODULES/RBF/h5_zip100_ktlr.dd
1223
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
77 *../MODULES/RBF/h5_zip100_d4n1.dd
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
78 *../MODULES/RBF/h5_zip100_hdii.dd
1225
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
79 *../MODULES/RBF/hb_255_tc3.dd
065ed21132c9 Fixed problem with SuperSCSI descriptors
boisy
parents: 1224
diff changeset
80 *../MODULES/RBF/hb_255_ktlr.dd
1223
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
81 *../MODULES/RBF/hb_255_d4n1.dd
292efcec1926 Updated for upcoming release
boisy
parents: 1214
diff changeset
82 *../MODULES/RBF/hb_255_hdii.dd
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
83 *
1564
b9a87d97494d Multiple changes for next release
boisy
parents: 1490
diff changeset
84 * WD1773 floppy support
b9a87d97494d Multiple changes for next release
boisy
parents: 1490
diff changeset
85 ../MODULES/RBF/rb1773.dr
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
86 * Floppy device descriptors
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
87 * DD - default device - choose one if needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
88 *../MODULES/RBF/ddd0_35s.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
89 ../MODULES/RBF/ddd0_40d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
90 *../MODULES/RBF/ddd0_80d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
91 * D0 - drive 0 - choose one if needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
92 *../MODULES/RBF/d0_35s.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
93 ../MODULES/RBF/d0_40d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
94 *../MODULES/RBF/d0_80d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
95 * D1 - drive 1 - choose one if needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
96 *../MODULES/RBF/d1_35s.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
97 ../MODULES/RBF/d1_40d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
98 *../MODULES/RBF/d1_80d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
99 * D2 - drive 2 - choose one if needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
100 *../MODULES/RBF/d2_35s.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
101 *../MODULES/RBF/d2_40d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
102 *../MODULES/RBF/d2_80d.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
103 * D3 - drive 3 - choose if needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
104 *../MODULES/RBF/d3_35s.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
105 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
106 * RAMDisk driver
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
107 *../MODULES/RBF/rammer.dr
1224
acba2c1d2c64 Enhanced bootlist files
boisy
parents: 1223
diff changeset
108 * 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
109 *../MODULES/RBF/ddr0_8k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
110 *../MODULES/RBF/ddr0_96k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
111 *../MODULES/RBF/ddr0_128k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
112 *../MODULES/RBF/ddr0_192k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
113 *../MODULES/RBF/r0_8k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
114 *../MODULES/RBF/r0_96k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
115 *../MODULES/RBF/r0_128k.dd
70923b54cc47 cc3go_dd and cc3go_h0 are now part of the distribution, replacing cc3go.
boisy
parents: 1225
diff changeset
116 *../MODULES/RBF/r0_192k.dd
1271
886a77d2f5ea Added md device descriptor
boisy
parents: 1265
diff changeset
117 * Memory device descriptor
886a77d2f5ea Added md device descriptor
boisy
parents: 1265
diff changeset
118 *../MODULES/RBF/md.dd
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
119 ***************************************
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
120 * SCF Section
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
121 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
122 ../MODULES/SCF/scf.mn
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
123 *
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
124 * CoCo 3 I/O driver
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
125 * Joystick modules: choose Joystick OR
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
126 * (M)icrosoft or (L)ogitech mouse using 6551 or 6552 ACIA
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
127 ../MODULES/SCF/cc3io.dr
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
128 ../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
129 ../MODULES/SCF/snddrv_cc3.sb
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 *
1587
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
136 * GrfInt/WindInt subroutine module
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
137 * 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
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.
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
140 *../MODULES/SCF/grfint.io
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
141 ../MODULES/SCF/windint.io
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
142 *
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
143 * VDGInt I/O subroutine module
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
144 * Select one or both
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
145 *../MODULES/SCF/vdgint.io
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
146 *../MODULES/SCF/vdgint_small.io
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
1587
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
152 *../MODULES/SCF/term_sio.dt
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
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
164 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
165 * Select as many VDG window descriptors as needed
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
166 *../MODULES/SCF/v1.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
167 *../MODULES/SCF/v2.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
168 *../MODULES/SCF/v3.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
169 *../MODULES/SCF/v4.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
170 *../MODULES/SCF/v5.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
171 *../MODULES/SCF/v6.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
172 *../MODULES/SCF/v7.dw
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
173 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
174 * Serial port drivers
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
175 * Built-In RS-232 port
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
176 *../MODULES/SCF/sio.dr
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
177 *../MODULES/SCF/t1.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
178 * 6551 ACIA
1490
df09f5dcfa65 Changes related to sacia->sc6551 rename
boisy
parents: 1369
diff changeset
179 *../MODULES/SCF/sc6551.dr
df09f5dcfa65 Changes related to sacia->sc6551 rename
boisy
parents: 1369
diff changeset
180 *../MODULES/SCF/t2_sc6551.dd
df09f5dcfa65 Changes related to sacia->sc6551 rename
boisy
parents: 1369
diff changeset
181 *../MODULES/SCF/t3_sc6551.dd
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
182 * 6552 ACIA
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
183 *../MODULES/SCF/dacia.dr
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
184 *../MODULES/SCF/t2_dacia.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
185 *../MODULES/SCF/t3_dacia.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
186 * Tandy Modem Pak
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
187 *../MODULES/SCF/modpak.dr
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
188 *../MODULES/SCF/m1.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
189 *../MODULES/SCF/m2.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
190 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
191 * Printer drivers
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
192 * ../MODULES/SCF/printer.dr
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
193 * ../MODULES/SCF/p.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
194 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
195 * VRN is a driver module used by certain games, including King's Quest III,
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
196 * Leisure Suit Larry and Flight Simulator II. A /nil descriptor is also
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
197 * supported.
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
198 ../MODULES/SCF/vrn.dr
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
199 ../MODULES/SCF/vi.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
200 ../MODULES/SCF/ftdd.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
201 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
202 ***************************************
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
203 * Pipe Section
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
204 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
205 * Pipes are a useful but optional part of a system.
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
206 ../MODULES/PIPE/pipeman.mn
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
207 ../MODULES/PIPE/piper.dr
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
208 ../MODULES/PIPE/pipe.dd
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
209 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
210 ***************************************
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
211 * Clock Section
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
212 *
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
213 * Select one clock module depending upon your power line frequency
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
214 * (60Hz = USA/Canada; 50Hz = Europe, Australia)
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
215 ../MODULES/CLOCKS/clock_60hz
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
216 *../MODULES/CLOCKS/clock_50hz
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
217 * Select one clock2 module that supports your real-time clock, if any.
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
218 * Besides support for the internal software clock, the following
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
219 * hardware clocks are supported: Burke & Burke, Disto 2-N-1, Disto 4-N-1,
1651
d696f50c0c67 updated standard.bl files with emulator clocks.
boisy
parents: 1636
diff changeset
220 * Eliminator, Harris, SmartWatch, Cloud-9, the MESS emulator, Jeff
d696f50c0c67 updated standard.bl files with emulator clocks.
boisy
parents: 1636
diff changeset
221 * Vavasour's CoCo emulator, and DriveWire.
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
222 ../MODULES/CLOCKS/clock2_soft
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
223 *../MODULES/CLOCKS/clock2_bnb
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
224 *../MODULES/CLOCKS/clock2_disto2
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
225 *../MODULES/CLOCKS/clock2_disto4
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
226 *../MODULES/CLOCKS/clock2_elim
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
227 *../MODULES/CLOCKS/clock2_harris
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
228 *../MODULES/CLOCKS/clock2_smart
1651
d696f50c0c67 updated standard.bl files with emulator clocks.
boisy
parents: 1636
diff changeset
229 *../MODULES/CLOCKS/clock2_jvemu
d696f50c0c67 updated standard.bl files with emulator clocks.
boisy
parents: 1636
diff changeset
230 *../MODULES/CLOCKS/clock2_messemu
1587
5f18094d961d kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents: 1564
diff changeset
231 *../MODULES/CLOCKS/clock2_cloud9
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
232 *../MODULES/CLOCKS/clock2_dw
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
233 *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
234 ***************************************
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
235 * System Kick-Start Module
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
236 *
1315
23c681a015e1 cc3go has been renamed to SysGo
boisy
parents: 1271
diff changeset
237 * 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
238 * for most configurations.)
1265
50eb02f90812 Removed older bootlists.
boisy
parents: 1256
diff changeset
239 *
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
240 * Alternatively, this module can reside in the root directory of the
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
241 * boot device, saving precious system RAM.
1315
23c681a015e1 cc3go has been renamed to SysGo
boisy
parents: 1271
diff changeset
242 ../MODULES/SYSMODS/sysgo_dd
23c681a015e1 cc3go has been renamed to SysGo
boisy
parents: 1271
diff changeset
243 *../MODULES/SYSMODS/sysgo_h0