Date: Thu, 20 May 2004 23:10:09 +0800 (CST) From: =?iso-8859-1?q?Stephen=20Liu?= <satimis@yahoo.com> To: freebsd-questions@freebsd.org Subject: Correct steps to recompile kernel Message-ID: <20040520151009.54166.qmail@web40303.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi all folks, FreeBSD 5.2 =========== I am trying to learn recompiling kernel. I visited following link; http://www.freebsd.org/doc/en_US.IS...g-building.html But I am still not very clear of the correct steps to be taken. I suppose taking following steps # cd /usr/src/sys/i386/conf # cp GENERIC GENERIC.bak # cp GENERIC MYKERNEL # ee MYKERNEL (modifying the kernel) # config MYKERNEL # cd /usr/src/sys/i386/compile/MYKERNEL (Are the above directories correct???) # make depend # make # make install check /etc/rc.conf to have the line: linux_enable="YES" reboot PC Any further steps needed to be taken thereafter? If I am wrong please correct me. TIA B.R. Stephen Liu _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040520151009.54166.qmail>