|
|
coherent
# balpha - build alpha floppy kernel (fva)
CFLAGS=${CFLAGS-"-VPSTR"}
CC=${CC-"exec /bin/cc"}
TARGET=/talpha
PATCH="rootdev=makedev(4,15) pipedev=makedev(8,131) ronflag=1"
PATCH="${PATCH} NINODE=128 NBUF=64 NHASH=61 NCLIST=16 ALLSIZE=32768"
make "CFLAGS=$CFLAGS" "CC=$CC" libs || exit 1
here=$CWD
cd ../conf
make TARGET=${TARGET} || exit 1
cd $here
if [ -n "${PATCH}" ]
then
set -x
/conf/patch $TARGET $PATCH || exit 1
fi
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.