From owner-freebsd-newbies@FreeBSD.ORG Sat Feb 21 02:17:08 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5495416A4CE for ; Sat, 21 Feb 2004 02:17:08 -0800 (PST) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2383243D2F for ; Sat, 21 Feb 2004 02:17:08 -0800 (PST) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out009.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040221101707.KDTQ11926.out009.verizon.net@duron.pcmedx.com>; Sat, 21 Feb 2004 04:17:07 -0600 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id D5620AC18; Sat, 21 Feb 2004 02:17:06 -0800 (PST) Received: from duron.pcmedx.com ([127.0.0.1]) by localhost (duron.pcmedx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02022-03; Sat, 21 Feb 2004 02:17:06 -0800 (PST) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id EB9B2AC06; Sat, 21 Feb 2004 02:17:05 -0800 (PST) Message-ID: <000e01c3f863$dae07620$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <1893808594.20040221115305@inbox.ru> Date: Sat, 21 Feb 2004 02:17:05 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [4.46.22.189] at Sat, 21 Feb 2004 04:17:07 -0600 cc: DerAlSem Subject: Re: Building kernel. X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 10:17:08 -0000 > 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