From owner-freebsd-hackers Sat Jul 13 22:39:31 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA11416 for hackers-outgoing; Sat, 13 Jul 1996 22:39:31 -0700 (PDT) Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA11405 for ; Sat, 13 Jul 1996 22:39:28 -0700 (PDT) Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.6.11/8.6.9) id PAA21721; Sun, 14 Jul 1996 15:35:11 +1000 From: David Dawes Message-Id: <199607140535.PAA21721@rf900.physics.usyd.edu.au> Subject: Re: Kernel Config (Was: GENERIC Kernel Debate) To: hasty@rah.star-gate.com (Amancio Hasty) Date: Sun, 14 Jul 1996 15:35:11 +1000 (EST) Cc: lenzi@cwbone.bsi.com.br, sextonr.crestvie@squared.com, freebsd-hackers@freefall.freebsd.org In-Reply-To: <199607140320.UAA00618@rah.star-gate.com> from "Amancio Hasty" at Jul 13, 96 08:20:51 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>From The Desk Of "Lenzi, Sergio" : >> On Thu, 11 Jul 1996, Sexton, Robert wrote: >> >> Hello Robert, >> I have been using sysV kernels for a long time too. Now I am an BSD >> converted. The problem for kernel build time (30 minutes) or so seems to >> be too long compared with of a SysV rel 3.2. > >The issue of 30minutes for a kernel compile has got to be due >to gcc . Not sure what changed between gcc-1.42 and and gcc-2.x however >simple minded experiments have shown that gcc-2.x takes about 3 times >longer to compile. The other major factor is the cpu/disk/controller and >if you have a minimally configured system, memory is important. One big difference on most commercial OSs is that you don't have the kernel source, and so at most, you are just recompiling the small pieces required by config changes, and linking pre-compiled objects. If there was an option to do the same thing with FreeBSD, kernel rebuild time would be much less than 30 minutes too. David