Subject: Re: Instruction Access Exception on SS20
To: grant beattie <grant@netbsd.org>
From: John Ruschmeyer <jruschme@comcast.net>
List: port-sparc
Date: 09/24/2002 22:32:07
> From: grant beattie <grant@netbsd.org>
> Date: Wed, 25 Sep 2002 09:57:38 +1000
> To: John Ruschmeyer <jruschme@comcast.net>
> Cc: Jon Buller <jon@bullers.net>, port-sparc@netbsd.org
> Subject: Re: Instruction Access Exception on SS20
> 
> What's the size of the various kernels? I've recently hit a problem
> where the kernel size of GENERIC is fine, but adding IPSEC makes it
> unbootable and I have to remove other things.

Okay, I've not had a chance to build and try three kernels- one with just
the nell driver, one with nell plus PCMCIA comm drivers, and one with null
plus comm plus WaveLAN. The first two booted, the last failed. The relative
sizes are as follows:

Stripped Generic plus PCMCIA (success)
text    data    bss     dec     hex     filename
2884932 100284  261808  3247024 318bb0  netbsd

Plus PCMCIA com devices (success)
text    data    bss     dec     hex     filename
2888408 100492  261808  3250708 319a14  netbsd

Add WaveLAN driver (fail)
text    data    bss     dec     hex     filename
3004676 100980  262832  3368488 336628  netbsd

My next step is to start removing things I don't have/want and see if I can
get back below the threshold.

<<<john>>>