Mercurial > hg > Members > kono > nitros9-code
annotate level1/tano/bootlists/standard.bl @ 2879:531841047512 lwtools-port
boot_scsi.asm: Fix SCSI ID when booting from SCSI
Due to a typo it would probe for SCSI ID 4 instead
of default 0 (or 8 for HDBDOS/SuperDriver).
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 16:08:53 +0100 |
parents | 6e40b043d3e0 |
children |
rev | line source |
---|---|
2036 | 1 *************************************** |
2044 | 2 * NitrOS-9 Level 1 Tano Bootlist |
2036 | 3 * |
4 * $Id$ | |
5 * | |
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/SYSMODS/ioman | |
15 * | |
16 *************************************** | |
17 * CDF Section (HawkSoft) | |
18 * | |
19 *../MODULES/CDF/cdf.mn | |
20 * | |
21 * CDF descriptors - select as needed | |
22 * SCSI descriptors (IDs 0-6) | |
23 *../MODULES/CDF/sc0.dd | |
24 *../MODULES/CDF/sc1.dd | |
25 *../MODULES/CDF/sc2.dd | |
26 *../MODULES/CDF/sc3.dd | |
27 *../MODULES/CDF/sc4.dd | |
28 *../MODULES/CDF/sc5.dd | |
29 *../MODULES/CDF/sc6.dd | |
30 * IDE descriptors (master/slave) | |
31 *../MODULES/CDF/ic0.dd | |
32 *../MODULES/CDF/ic1.dd | |
33 * | |
34 *************************************** | |
35 * RBF Section | |
36 * | |
37 ../MODULES/RBF/rbf.mn | |
38 * | |
39 * DriveWire driver (Cloud-9 product) | |
40 *../MODULES/RBF/drivewire.dr | |
41 * DriveWire descriptors - select as needed | |
42 *../MODULES/RBF/ddx0.dd | |
43 *../MODULES/RBF/x0.dd | |
44 *../MODULES/RBF/x1.dd | |
45 *../MODULES/RBF/x2.dd | |
46 *../MODULES/RBF/x3.dd | |
47 * | |
48 * SuperDriver Package (Cloud-9 product) | |
49 *../MODULES/RBF/rbsuper.dr | |
50 * Select Low level SCSI and/or IDE driver | |
51 *../MODULES/RBF/lltc3.dr | |
52 *../MODULES/RBF/llide.dr | |
53 * SuperDriver descriptors - select as needed | |
54 * SCSI descriptors (IDs 0-7) | |
55 *../MODULES/RBF/s0_tc3.dd | |
56 *../MODULES/RBF/s1_tc3.dd | |
57 *../MODULES/RBF/s2_tc3.dd | |
58 *../MODULES/RBF/s3_tc3.dd | |
59 *../MODULES/RBF/s4_tc3.dd | |
60 *../MODULES/RBF/s5_tc3.dd | |
61 *../MODULES/RBF/s6_tc3.dd | |
62 * SCSI HDB-DOS descriptor | |
63 *../MODULES/RBF/sh_ide.dd | |
64 * IDE descriptors (master/slave) | |
65 *../MODULES/RBF/i0_ide.dd | |
66 *../MODULES/RBF/i1_ide.dd | |
67 * IDE HDB-DOS descriptor | |
68 *../MODULES/RBF/ih_ide.dd | |
69 * | |
70 * WD1773 floppy support for Tandy and compatible disk controllers | |
71 ../MODULES/RBF/rb1773.dr | |
72 * WD1773 floppy support for Disto Super Controller II | |
73 *../MODULES/RBF/rb1773_scii_ff74.dr | |
74 *../MODULES/RBF/rb1773_scii_ff58.dr | |
75 * Floppy device descriptors | |
76 * DD - default device - choose one if needed | |
77 *../MODULES/RBF/ddd0_35s.dd | |
78 ../MODULES/RBF/ddd0_40d.dd | |
79 *../MODULES/RBF/ddd0_80d.dd | |
80 * D0 - drive 0 - choose one if needed | |
81 *../MODULES/RBF/d0_35s.dd | |
82 ../MODULES/RBF/d0_40d.dd | |
83 *../MODULES/RBF/d0_80d.dd | |
84 * D1 - drive 1 - choose one if needed | |
85 *../MODULES/RBF/d1_35s.dd | |
86 ../MODULES/RBF/d1_40d.dd | |
87 *../MODULES/RBF/d1_80d.dd | |
88 * D2 - drive 2 - choose one if needed | |
89 *../MODULES/RBF/d2_35s.dd | |
90 ../MODULES/RBF/d2_40d.dd | |
91 *../MODULES/RBF/d2_80d.dd | |
92 * D3 - drive 3 - choose if needed | |
93 *../MODULES/RBF/d3_35s.dd | |
94 *************************************** | |
95 * SCF Section | |
96 * | |
97 ../MODULES/SCF/scf.mn | |
98 * | |
99 * Video Terminal I/O driver and subroutine modules | |
100 ../MODULES/SCF/vtio.dr | |
101 * Choose from CoVDG (32x16 VDG) or CoHR (Hi-Res 51x24 graphics screen) | |
102 ../MODULES/SCF/covdg.io | |
103 *../MODULES/SCF/cohr.io | |
104 * | |
105 * Select only one term descriptor | |
2690
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2044
diff
changeset
|
106 ../MODULES/SCF/term_vdg.dt |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2044
diff
changeset
|
107 *../MODULES/SCF/term_hr.dt |
2036 | 108 *../MODULES/SCF/term_sc6551.dt |
109 * | |
110 * Serial port drivers | |
111 * 6551 ACIA | |
2044 | 112 *../MODULES/SCF/sc6551dragon.dr |
113 *../MODULES/SCF/t2_sc6551dragon.dd | |
114 *../MODULES/SCF/t3_sc6551dragon.dd | |
2036 | 115 * |
116 * Printer drivers | |
2044 | 117 * ../MODULES/SCF/scdpp.dr |
118 * ../MODULES/SCF/p_dpp.dd | |
2036 | 119 * |
120 *************************************** | |
121 * Pipe Section | |
122 * | |
123 * Pipes are a useful but optional part of a system. | |
124 ../MODULES/PIPE/pipeman.mn | |
125 ../MODULES/PIPE/piper.dr | |
126 ../MODULES/PIPE/pipe.dd | |
127 * | |
128 *************************************** | |
129 * Clock Section | |
130 * | |
131 * Select one clock module depending upon your power line frequency | |
132 * (60Hz = USA/Canada; 50Hz = Europe, Australia) | |
133 ../MODULES/CLOCKS/clock_60hz | |
134 *../MODULES/CLOCKS/clock_50hz | |
135 * Select one clock2 module that supports your real-time clock, if any. | |
136 * Besides support for the internal software clock, the following | |
137 * hardware clocks are supported: Burke & Burke, Disto 2-N-1, Disto 4-N-1, | |
2044 | 138 * Eliminator, Harris, SmartWatch, Cloud-9, the MESS emulator and DriveWire. |
2036 | 139 ../MODULES/CLOCKS/clock2_soft |
140 *../MODULES/CLOCKS/clock2_bnb | |
141 *../MODULES/CLOCKS/clock2_disto2 | |
142 *../MODULES/CLOCKS/clock2_disto4 | |
143 *../MODULES/CLOCKS/clock2_elim | |
144 *../MODULES/CLOCKS/clock2_harris | |
145 *../MODULES/CLOCKS/clock2_smart | |
146 *../MODULES/CLOCKS/clock2_messemu | |
147 *../MODULES/CLOCKS/clock2_cloud9 | |
148 *../MODULES/CLOCKS/clock2_dw | |
149 * | |
150 *************************************** | |
151 * System Kick-Start Module | |
152 * | |
153 * Choose which startup module you wish to use. (sysgo_dd is recommended | |
154 * for most configurations.) | |
155 ../MODULES/SYSMODS/sysgo_dd | |
156 *../MODULES/SYSMODS/sysgo_h0 |