Subject: kernel rebuild pointers
To: None <port-pmax@NetBSD.ORG>
From: John C. Hayward <johnh@david.wheaton.edu>
List: port-pmax
Date: 03/21/1996 17:40:53
Dear Pmaxers,
I have a 3100 and started with the 1.1 miniroot and 1.1 binaries. I know
there were some eithernet driver problems which were resolve after 1.1.
My 1.1 system has crashed or wedged several times while doing network
related activities. So I thought I might try to upgrade.
I have taken Jonathan's latest snapshot and installed all the userland
stuff. I installed the new bootblocks I tried the kernel in the snapshot
location and it booted then came up with a panic (when using 1.1 user
land) or hung (when using current) durring the booting process. I can
still boot using the 1.1 kernel
Next I wanted to build a new kernel (thinking possibly because my root is
on rz0 and have some ultrix disks on rz2 and rz3 I might specify which
drives are to be root in the kernel).
I pulled current source tarballs and installed sys and include. I then
config MINIROOT. I then cded to the MINIROOT directory and did a make
depend and came up with the following error.
Suggestions on how to proceed would be appreciated:
johnh@wheaton.edu
=================================================================
elijah# config MINIROOT
Don't forget to run "make depend"
elijah# cd ../compile/MINIROOT
elijah# make depend
rm -f param.c
cp ../../../../conf/param.c .
cc -O2 -Werror -I. -I../../../../arch -I../../../.. -DGENERIC -DDS5000
-DDS5000_240 -DDS5000_100 -DDS5000_25 -DDS5000_200 -DDS3100
-DTIMEZONE="0" -DDST="0" -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DDEBUG
-DCOMPAT_43 -DKTRACE -DNKMEMCLUSTERS=1024 -DFIFO -DFFS -DQUOTA -DMFS
-DNFSCLIENT -DNFSSERVER -DKERNFS -DNULLFS -DINET -DTCP_COMPAT_42
-DGATEWAY -DCOMPAT_10 -DCOMPAT_ULTRIX -D_KERNEL -Dpmax -DMAXUSERS=8 -c
../../pmax/genassym.c
In file included from ../../pmax/genassym.c:41:
../../../../sys/param.h:54: unterminated `#if' conditional
================================================================
johnh...