: absld
cc -O -s absld.c
mv a.out absld
exit
: banner
cc -O -s banner.c
cp a.out banner
exit
: fs
cc -O -s fs.c
cp a.out fs
exit
: display
cc -O -s display.c
cp a.out display
exit
: dosdisk
as dosdisk.s
cp a.out dosdisk
cc -O -s dosdisk dosdisk.c
cp a.out dosdisk
exit
: stat
: :print status of a file with some comment
cc -O -s stat.c
cp a.out stat
exit
: ml1
chdir ml1
run
ml1/ml1test 0 1 2 3 4 5 6 7 8 9
exit
: dam
chdir dam
cc -O *.c
mv a.out dam
exit
: nice
echo look in snice/s5run
exit
: dump
cc -s -i -O dump.c
cp a.out /bin/dump
exit
: restor
cc -s -i -O restor.c
cp a.out /bin/restor
exit
: stty
cc -s -O stty.c
cp a.out /bin/stty
exit
: tp
as tp?.s
ld a.out -lc -l
cp a.out /bin/tp
exit
: mkdir
as mkdir.s
strip a.out
cp a.out /bin/mkdir
exit
: tm
echo treat like other /usr/sys/dmr files
exit
: tty
echo treat like other /usr/sys/dmr files
exit
: stage2
sh stage2/run
exit
