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

# start_dev - patch the con entry and call load routine for a device

case $1 in
aha)
	PATCH="drvl+260=sdcon"
	DEVNUM=13
	;;
at)
	PATCH="drvl+220=atcon"
	DEVNUM=11
	;;
ss)
	PATCH="drvl+260=sscon"
	DEVNUM=13
	;;
*)
	echo "Usage: $0 {aha|at|ss}"
	exit 1
esac
/conf/patch -k /begin $PATCH 2> /dev/null
/conf/devload $DEVNUM

unix.superglobalmegacorp.com

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