Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2001 00:00:59 +0530
From:      Shantanu <shantanoo@ieee.org>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Building Kernel --  which is fastest,reliable,easy?
Message-ID:  <3AEF00E3.66D085DA@ieee.org>

next in thread | raw e-mail | index | archive | help
Hi!
1)	cd /usr/src/sys/i386/conf
	config MYKERN
	cd ../../compile/MYKERN
	make dep
	make
	make install

Reboot

2)	cd /usr/src
	make buildkernel KERNCONF=MYKERN
	make installkernel KERNCONF=MYKERN

Reboot

3)	cd /usr/src
	make kernel KERNCONF=MYKERN

Reboot

Which is the best method to compile?

Regards,
... .... .- -. - .- -. ..-

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?3AEF00E3.66D085DA>