Subject: Re: Custom Kernel From 1.6.2 -RELEASE Sources
To: None <netbsd-help@NetBSD.org>
From: Daniel Bolgheroni <dbolgheroni@sigmanet.com.br>
List: netbsd-help
Date: 04/07/2004 00:08:51
On Tue, 6 Apr 2004 23:20:28 +0200
Manuel Bouyer <bouyer@antioche.eu.org> wrote:

> On Tue, Apr 06, 2004 at 02:29:47AM +0000, Daniel Bolgheroni wrote:
> > And what can I do to generate a kernel?
> 
> Use the tools that have been built in objdir (nbconfig, nbmake-i386):
> cd sys/arch/i386/conf
> <path_to_tooldir>/bin/nbconfig KERNEL_CONF
> cd ../compile/KERNEL_CONF
> <path_to_tooldir>/bin/nbmake-i386 dependall

Are there any way to do this with ./build.sh?