annotate scripts/tracklistl2 @ 3210:6353bb024571

Created makefile and defsfile for NoCan RAMMER module driver and descriptor Updated rammer.asm in the NoCan driver folder to build the NoCan version of the Driver Updated r0.asm file to create the 6MB version of the descriptor. The makefile creates a disk image with two sets of the required drivers for the 6309 and 6809's in their respective module folders. /NITROS9/6309_L2/MODULES/RBF for the 6309 files and /NITROS9/6809_L2/MODULES/RBF for the 6809 files. This will make it easier for doing a dsave from this disk image into a normal distro disk image so people have these drivers ready for when new memory upgrades allow compatible usage of the NoCan registers.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Wed, 20 Dec 2017 15:15:49 -0600
parents 48ca15748d4e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1877
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
1 ***************************************
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
2 * NitrOS-9 Level 2 Boot Track List
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
3 *
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
4 * $Id$
1876
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
5 *
1877
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
6 * This boot track list is presented as an example for creating custom
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
7 * boot track files.
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
8 * A module may be excluded from the track file if an asterisk (*) is the
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
9 * first character of the line.
1876
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
10 *
1877
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
11 ***************************************
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
12 * REL Module Section
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
13 *
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
14 * The REL module readies the computer for NitrOS-9.
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
15 * Select only one: 32, 40 or 80 column boot screen.
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
16 *
1879
72cb2773d5ee rules.mak updated with new rules
boisy
parents: 1877
diff changeset
17 *$NITROS9DIR/$DISTRO/modules/rel_32
1876
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
18 *$NITROS9DIR/$DISTRO/modules/rel_40
1879
72cb2773d5ee rules.mak updated with new rules
boisy
parents: 1877
diff changeset
19 $NITROS9DIR/$DISTRO/modules/rel_80
1876
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
20 *
1877
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
21 ***************************************
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
22 * Booter Section
1876
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
23 *
1877
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
24 * The booter module is required to boot NitrOS-9. Be sure to
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
25 * select only one booter.
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
26 *
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
27 * NitrOS-9 Standard Booters: WD1773 6ms and 30ms step rates,
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
28 * B&B HD, Disto RAMPak or Eliminator WD1002 HD
1879
72cb2773d5ee rules.mak updated with new rules
boisy
parents: 1877
diff changeset
29 *$NITROS9DIR/$DISTRO/modules/boot_1773_6ms
1876
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
30 *$NITROS9DIR/$DISTRO/modules/boot_1773_30ms
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
31 *$NITROS9DIR/$DISTRO/modules/boot_burke
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
32 *$NITROS9DIR/$DISTRO/modules/boot_rampak
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
33 *$NITROS9DIR/$DISTRO/modules/boot_wd1002
1877
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
34 *
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
35 * SuperDriver Booters: Disto 4-N-1, Disto HD-II, Cloud-9 TC^3 SCSI,
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
36 * Glenside and Cloud-9 IDE, Ken-Ton/LR-Tech
1876
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
37 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_d4n1
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
38 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_hdii
1877
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
39 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_tc3
1880
48ca15748d4e Added Level 1 support
boisy
parents: 1879
diff changeset
40 $CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_ide
1876
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
41 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_ktlr
1877
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
42 *
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
43 * DriveWire Booter
1880
48ca15748d4e Added Level 1 support
boisy
parents: 1879
diff changeset
44 *$CLOUD9DIR/Products/DriveWire/software/$DISTRO/boot_dw
1876
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
45 *
1877
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
46 ***************************************
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
47 * Kernel Section
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
48 *
898d3d6d5eef Slight update
boisy
parents: 1876
diff changeset
49 * This is the primary NitrOS-9 kernel and must remain uncommented.
1876
38899e05f2f3 Streamlining how bundi works
boisy
parents: 1875
diff changeset
50 *
1875
298e596aa143 New method of creating BUNDIs
boisy
parents:
diff changeset
51 $NITROS9DIR/$DISTRO/modules/krn