annotate level2/coco3/startup.dw @ 2848:94197db917c9 lwtools-port

Makefiles: Call OS9ATTR with multiple files (part 1) Instead of spawning a os9 process for each file, call it once with the whole bunch of files. This can speed up the build process significantly when applied globally. For now, do the special cases having "notdir".
author Tormod Volden <debian.tormod@gmail.com>
date Fri, 12 Jul 2013 00:01:00 +0200
parents cb2d70b917ea
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2514
7828af6e1b59 Adding startup.dw
boisy
parents:
diff changeset
1 * Echo welcome message
7828af6e1b59 Adding startup.dw
boisy
parents:
diff changeset
2 echo * Welcome to NitrOS-9 Level 2 *
7828af6e1b59 Adding startup.dw
boisy
parents:
diff changeset
3 echo * with DriveWire 4 *
7828af6e1b59 Adding startup.dw
boisy
parents:
diff changeset
4 echo * on the Color Computer 3 *
2521
cb2d70b917ea Added echo
boisy
parents: 2514
diff changeset
5 echo
2514
7828af6e1b59 Adding startup.dw
boisy
parents:
diff changeset
6 * Lock shell and std utils into memory
7828af6e1b59 Adding startup.dw
boisy
parents:
diff changeset
7 link shell
7828af6e1b59 Adding startup.dw
boisy
parents:
diff changeset
8 load utilpak1
7828af6e1b59 Adding startup.dw
boisy
parents:
diff changeset
9 date -t
7828af6e1b59 Adding startup.dw
boisy
parents:
diff changeset
10