Date: Thu, 10 May 2001 09:20:35 +1200 From: Jonathan Chen <jonathan.chen@itouch.co.nz> To: Anand Franklin J <anandfranklin@hotmail.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel building for the changes in kernel source Message-ID: <20010510092035.D57743@itouchnz.itouch> In-Reply-To: <F93cGwM0OOJrzF5ldfZ00000f91@hotmail.com>; from anandfranklin@hotmail.com on Wed, May 09, 2001 at 02:47:06PM -0000 References: <F93cGwM0OOJrzF5ldfZ00000f91@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 09, 2001 at 02:47:06PM -0000, Anand Franklin J wrote: > Hi!!! > I have made the changes to the source of the kernel files. To build the > kernel, the guidance i get from the website is > 1: a)make buildworld > problem is, it consumes too much time. > b)make buildkernel > c)make installkernel You've missed out d) make installworld This method is the way to go if you've CVSUP'd the source files from the FreeBSD cvsup servers. > 2: a)use of config command > but document says, this method was used in older version > b)make buildkernel > c)make installkernel This should read: config KERNEL-FILE cd to-the-correct-directory make depend make make install You can use this method if you've just installed from CD, or if you've done the buildworld+kernel+installworld at least once since you've CVSUP'd the sources. The rule to remember is that if your sources are from the CVSUP servers you *must* do it via method 1 the first time. -- Jonathan Chen <jonathan.chen@itouch.co.nz> ---------------------------------------------------------------------- "Lots of folks confuse bad management with destiny" - Kin Hubbard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010510092035.D57743>