annotate level2/coco3_6309/startup @ 3295:6b7a7b233925 default tip

makefile: Allow PORTS with level1/2 mix https://sourceforge.net/p/nitros9/feature-requests/10/
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 19 Apr 2022 18:12:17 +0200
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