|
|
1.1 root 1: # balpha - build alpha floppy kernel (fva)
2:
3: CFLAGS=${CFLAGS-"-VPSTR"}
4: CC=${CC-"exec /bin/cc"}
5:
6: TARGET=/talpha
7:
8: PATCH="rootdev=makedev(4,15) pipedev=makedev(8,131) ronflag=1"
9: PATCH="${PATCH} NINODE=128 NBUF=64 NHASH=61 NCLIST=16 ALLSIZE=32768"
10:
11: make "CFLAGS=$CFLAGS" "CC=$CC" libs || exit 1
12:
13: here=$CWD
14: cd ../conf
15: make TARGET=${TARGET} || exit 1
16: cd $here
17:
18: if [ -n "${PATCH}" ]
19: then
20: set -x
21: /conf/patch $TARGET $PATCH || exit 1
22: fi
23:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.