annotate level2/coco3/startup @ 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 9705dee9da1e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
347
boisy
parents:
diff changeset
1 * Echo welcome message
1376
e85252bad510 Changes
boisy
parents: 835
diff changeset
2 echo * Welcome to NitrOS-9 Level 2 *
e85252bad510 Changes
boisy
parents: 835
diff changeset
3 echo * on the Color Computer 3 *
347
boisy
parents:
diff changeset
4 * Lock shell and std utils into memory
boisy
parents:
diff changeset
5 link shell
349
8f8fb0d8e0cd Added load utilpak1 line
boisy
parents: 347
diff changeset
6 load utilpak1
347
boisy
parents:
diff changeset
7 * Start system time from keyboard
boisy
parents:
diff changeset
8 setime </1
835
b5f50e6a1011 Date now uses -t option
boisy
parents: 349
diff changeset
9 date -t
347
boisy
parents:
diff changeset
10