Subject: Re: kernel compile
To: emanuel stiebler <emu@ecubics.com>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 02/01/1998 15:54:18
>Hi all,
>
>probably a silly one, but how to compile a new kernel on NetBSD/pmax ?

see man 8 config.

I ususally do somthing like
	mkdir /$host/compile/CONFIGNAME
	cd  /$host/compile/CONFIGNAME
	config -b . -s /sys /sys/arch/pmax/conf/CONFIGNAME
	make depend; make

but then I have lots  of configs to build for.


>Or is somewere a documentation for the /usr/src/Makefile" options ?
>Any pointer would be nice.

I think all we have is /usr/share/mk/README.bsd, but that's not very
helpful for building new kernels.