File:  [MW Coherent from dump] / coherent / d / kernel / USRSYS / usrsrc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:39 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

# back up USRSRC directories
TMPFILE=/tmp/usrsrc.$$
rm -f $TMPFILE
cd $USRSRC
for DIR in i8086/drv i8086/drv/tools i8086/ibm_at i8086/src coh ttydrv ker ldrv
do
	for FILE in `ls $USRSRC/$DIR`
	do
		echo $DIR/$FILE >> $TMPFILE
	done
done
echo "$TMPFILE created"
echo -n "Insert 3-1/2\" formatted diskette and press <Enter> "
read JUNK
cpio -ocv < $TMPFILE > /dev/rfva1
rm $TMPFILE

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.