Mercurial > hg > Members > kono > nitros9-code
comparison scripts/tracklistl1 @ 1880:48ca15748d4e
Added Level 1 support
author | boisy |
---|---|
date | Sat, 10 Sep 2005 22:46:20 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1879:72cb2773d5ee | 1880:48ca15748d4e |
---|---|
1 *************************************** | |
2 * REL Module Section | |
3 * | |
4 * The REL module readies the computer for NitrOS-9. | |
5 * | |
6 $NITROS9DIR/$DISTRO/modules/rel | |
7 $NITROS9DIR/$DISTRO/modules/krn | |
8 $NITROS9DIR/$DISTRO/modules/krnp2 | |
9 $NITROS9DIR/$DISTRO/modules/init | |
10 * | |
11 *************************************** | |
12 * Booter Section | |
13 * | |
14 * The booter module is required to boot NitrOS-9. Be sure to | |
15 * select only one booter. | |
16 * | |
17 * NitrOS-9 Standard Booters: WD1773 6ms and 30ms step rates, | |
18 * B&B HD, Disto RAMPak or Eliminator WD1002 HD | |
19 *$NITROS9DIR/$DISTRO/modules/boot_1773_6ms | |
20 *$NITROS9DIR/$DISTRO/modules/boot_1773_30ms | |
21 *$NITROS9DIR/$DISTRO/modules/boot_burke | |
22 *$NITROS9DIR/$DISTRO/modules/boot_rampak | |
23 *$NITROS9DIR/$DISTRO/modules/boot_wd1002 | |
24 * | |
25 * SuperDriver Booters: Disto 4-N-1, Disto HD-II, Cloud-9 TC^3 SCSI, | |
26 * Glenside and Cloud-9 IDE, Ken-Ton/LR-Tech | |
27 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_d4n1 | |
28 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_hdii | |
29 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_tc3 | |
30 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_ide | |
31 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_ktlr | |
32 * | |
33 * DriveWire Booter | |
34 $CLOUD9DIR/Products/DriveWire/software/$DISTRO/boot_dw |