Subject: Re: kernel issue
To: Matt Herzog <mherzog@attbi.com>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 08/01/2002 10:05:40
On Thu, 1 Aug 2002, Matt Herzog wrote:

> I'm running 1.5.3 on i386 with PentiumPro optimizations and all the kernels
> I compile fail to boot. My latest dies with:
>
> xf86 uvm-fault(0xc9b6469c, 0x920e000,00,1)->1

Maybe egcs-1.1/binutils-2.9.1 is just not up to the task. What I did
for my K6, for which optimizations aren't supported at all in egcs, is
install the pkgsrc gcc-2.95.3 and binutils-2.11.2, prepend $PATH with
"/usr/pkg/gcc-2.95.3/bin:/usr/pkg/i386--netbsdelf/bin:", and built a
custom kernel with COPTS="-O2 -march=k6 -mcpu=k6 -ffreestanding".
Works great! Season to taste.

Frederick