Subject: Re: 1.6-stable building docs
To: mr grip <jhonold@bigfoot.com>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 04/22/2003 10:31:50
In the meanwhile, manually build your kernel.

cd /usr/src/sys/arch/i386/conf
cp GENERIC YOURNEWKERNEL
vi YOURNEWKERNEL # edit as needed
config YOURNEWKERNEL # hopefully config is up to date
cd ../compile/YOURNEWKERNEL
make depend
make

   Jeremy C. Reed
   http://bsd.reedmedia.net/