# ASTERIX Bootup script
# Created 16/2/1991 By C.Baird

# Setup inital directories
mkdir usr tmp

# Display title page
disk ?Welcome ; echo "|93|0e"
cp <Welcome ; rm Welcome

# Install routines
disk ?.codeboot ; sh <.codeboot

# Dump this file
cd / ; mv boot tmp

# Misc. routines like setting
# up the 'enviroment'
cd / usr ; disk ?.login ; sh <.login
