Date: Sat, 21 Feb 2004 02:17:05 -0800 From: "Mike Maltese" <mike@pcmedx.com> To: <freebsd-newbies@freebsd.org> Cc: DerAlSem <DerAlSem@inbox.ru> Subject: Re: Building kernel. Message-ID: <000e01c3f863$dae07620$f4f0a8c0@pcmedx.com> References: <1893808594.20040221115305@inbox.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
> I have Pentium 200 MMX, 128 MB ram, FreeBSD 5.1. How long does it > take to recompile kernel? Last time i've waited about 5 hour, then > stopped the process... If you're not upgrading, you can add this line in /etc/make.conf: NO_MODULES=true This will signifigantly reduce kernel compile time. As an alternative, you can use MODULES_OVERRIDE, where you can list the modules you need and then only those are built. Example: MODULES_OVERRIDE= vinum ntfs splash vesa ...so on and so forth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000e01c3f863$dae07620$f4f0a8c0>