annotate level3/coco3_6309/startup @ 2958:77500452de1c

bootman: Rename assembler files to .as
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 09 Feb 2014 22:53:29 +0100
parents 87b07a1be8a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2351
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
1 * Echo welcome message
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
2 echo * Welcome to NitrOS-9 Level 3 *
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
3 echo * on the Color Computer 3 *
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
4 * Lock shell and std utils into memory
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
5 link shell
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
6 load utilpak1
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
7 * Start system time from keyboard
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
8 setime </1
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
9 date -t
87b07a1be8a0 Updated and added coco3_6309
boisy
parents:
diff changeset
10