From owner-freebsd-stable@FreeBSD.ORG Mon Jul 6 08:53:46 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2EB1106564A for ; Mon, 6 Jul 2009 08:53:46 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 89DD48FC1B for ; Mon, 6 Jul 2009 08:53:46 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MNjxG-000COb-KF; Mon, 06 Jul 2009 09:53:42 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MNjxG-00094l-II; Mon, 06 Jul 2009 09:53:42 +0100 To: dan.naumov@gmail.com, dimitry@andric.com In-Reply-To: Message-Id: From: Pete French Date: Mon, 06 Jul 2009 09:53:42 +0100 Cc: mail25@bzerk.org, freebsd-stable@freebsd.org Subject: Re: What is /boot/kernel/*.symbols? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 08:53:47 -0000 > > I'm not sure how you arrive at this number; even with -CURRENT (on i386, > > with all debug symbols), I could store about 4 complete kernels on such > > a filesystem: > > > > $ du -hs /boot/kernel* > > 122M  /boot/kernel > > atom# du -hs /boot/kernel* > 205M /boot/kernel i386: 127 meg amd64: 208 meg those are machines built from identical source, only differeing in the architecture. unless you are constrained to using i386 for some reason then 512 meg is going to be a bit small. -pete.