./cc+ld-stand restor
cc -c cat.c
ld -x -o cat srt0.o cat.o libsa.a -lc
rm cat.o
./cc+ld-stand icheck
./cc+ld-stand mkfs
cc -m -c boot.c
as - -o boot0.o boot0.s
ld -s -o boot boot0.o boot.o libsa.a -lc
dd if=boot of=boot.50 bs=80 skip=2 conv=sync
137+1 records in
138+0 records out
mktsk -b boot boot.lsu
rm boot0.o boot.o
