Subject: What kernel config options work for Maxine?
To: None <port-pmax@netbsd.org>
From: Peter C. Wallace <pcw@mesanet.com>
List: port-pmax
Date: 02/09/2001 11:09:12
In trying to make a minimal kernel for one of my Maxines I set these
options in the config file: (1.5-release)


options         MIPS1           # R2000/R3000 CPUs
options         MIPS3           # R4000/R4400 CPUs


# Support for specific models of DECstation
#options        DEC_3100        # DECstation 2100, 3100 (kn01)
#options        DEC_5100        # DECsystem 5100 (kn230)
#options        DEC_3MAX        # DECstation 5000/200 (kn02)
#options        DEC_3MIN        # DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
options         DEC_MAXINE      # Personal DECstation 5000/xx (kn02ca)
#options        DEC_3MAXPLUS    # DECstation 5000/240 (kn03), 5000/260 (kn05)

#options        DEC_5400        # DECsystem 5400 (kn210)
#options        DEC_5500        # DECsystem 5500 (kn220)
#options        DEC_5800        # DECsystem 58x0 (kn5800)


and got this error:


ld -Ttext 0x80030000 -T ../../../../arch/mips/conf/kern.ldscript.le -e
start -G 0 -x -o netbsd ${SYSTEM_OBJ} vers.o
ioconf.o(.data+0x308): undefined reference to `kn02sys_ca'
ioconf.o(.data+0x324): undefined reference to `ibus_pmax_ca'
*** Error code 1


Id rather not enable all the different CPU support if not needed.

What am I doing wrong?

Peter Wallace