annotate level2/coco3_6309/startup.dw @ 3169:1ff3d7673e36

mc09 l2: bring sys/makefile in line with latest organisation for other platforms Revise bootfiles/makefile to remove sysgo from bootfile - it can be found on the root of the disk.
author Neal Crook <foofoobedoo@gmail.com>
date Mon, 17 Apr 2017 22:59:28 +0100
parents cb2d70b917ea
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2518
boisy
parents:
diff changeset
1 * Echo welcome message
boisy
parents:
diff changeset
2 echo * Welcome to NitrOS-9 Level 2 *
boisy
parents:
diff changeset
3 echo * with DriveWire 4 *
boisy
parents:
diff changeset
4 echo * on the Color Computer 3 *
2521
cb2d70b917ea Added echo
boisy
parents: 2518
diff changeset
5 echo
2518
boisy
parents:
diff changeset
6 * Lock shell and std utils into memory
boisy
parents:
diff changeset
7 link shell
boisy
parents:
diff changeset
8 load utilpak1
boisy
parents:
diff changeset
9 date -t
boisy
parents:
diff changeset
10