From owner-freebsd-questions Mon Apr 10 20:11: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 5107E37B5FA for ; Mon, 10 Apr 2000 20:10:57 -0700 (PDT) (envelope-from eogren@rod.darktech.org) Received: from rod.darktech.org (ip4.cambridge1.ma.pub-ip.psi.net [38.32.111.4]) by merlin.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id UAA01031; Mon, 10 Apr 2000 20:10:55 -0700 (PDT) Received: (from eogren@localhost) by rod.darktech.org (8.10.1/8.10.1) id e3B3C5w03885; Mon, 10 Apr 2000 23:12:05 -0400 (EDT) Date: Mon, 10 Apr 2000 23:12:04 -0400 From: Eric Ogren To: "James B. Wilkinson" Cc: questions@FreeBSD.ORG Subject: Re: HUGE kernel built from 3.2 CDRom Message-ID: <20000410231204.A3861@earthlink.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jimmy@CS.cofc.EDU on Mon, Apr 10, 2000 at 10:58:36PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there- By any chance did you run "config -g KERNEL" or do you have a "-g" hanging around in your /etc/make.conf somewhere? It looks like you managed to build a debug kernel, and the debugging symbols are big, as you've noticed. You also noticed that stripping a kernel is going to cause Bad Things(tm) to happen; I wouldn't recommend it. Try building the kernel without debugging symbols, and that should cut its size way down. Eric On Mon, Apr 10, 2000 at 10:58:36PM -0400, James B. Wilkinson wrote: > One of the machines in my networking lab has three Ethernet cards in it. > This seems to require a rebuild of the kernel. I edited GENERIC and added > ed1 and ed2 right after ed0. The kernel built fine, and it works ok, but it > is almost 11 MB, whereas the GENERIC kernel is 2,329,748 bytes. So I ran > strip on the new kernel, and that made it small allright, 2017520 bytes. It > still works ok, but dmesg doesn't work with it, and I forgot to try ps, but > I'll bet that it doesn't work, either. Is there something like a partial > strip that I need to do? My root filesystem is getting crowded. > > Thanks > > > ------------------------------------------------------------- > Jimmy Wilkinson | Perfesser of Computer Science > jimmy@cs.CofC.edu | The College of Charleston > (843) 953-8160 | Charleston SC 29424 > > If there is one word to describe me, > that word would have to be "profectionist". > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message