File:  [MW Coherent from dump] / coherent / b / kernel / us / ldk.test
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:37 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

# /conf/ldker
# Build COHERENT kernel into /mnt/coherent

HD=lib/at.a
HDUNDEF="-u atcon_"
HDPATCH="drvl_+110=atcon_"

KB=lib/kb.a
KBUNDEF="-u iscon_"
KBPATCH="drvl_+20=iscon_"

RESULT=testcoh
set -ex
(/bin/ld -i -x -o $RESULT kernel321.o $KBUNDEF $HDUNDEF $KB $HD lib/mm.a \
	lib/tty.a lib/support.a lib/kl.a \
	&& /conf/patch $RESULT $KBPATCH $HDPATCH \
	&& /conf/patch $RESULT drvl_+30=lpcon_ drvl_+40=flcon_ drvl_+80=rmcon_ \
	) || echo 'Kernel link failed' && exit 1
echo $RESULT built	
mv $RESULT /testcoh
/conf/patch /testcoh rootdev_=0xb00 pipedev_=0xb00 ronflag_=0
chmog 400 sys sys /testcoh

unix.superglobalmegacorp.com

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