From owner-freebsd-hackers Sun Jul 14 12:47:58 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA05263 for hackers-outgoing; Sun, 14 Jul 1996 12:47:58 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA05241; Sun, 14 Jul 1996 12:47:52 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id OAA10414; Sun, 14 Jul 1996 14:47:46 -0500 (EST) From: "John S. Dyson" Message-Id: <199607141947.OAA10414@dyson.iquest.net> Subject: Re: Preach it (was Some recent changes to GENERIC) To: sos@freebsd.org Date: Sun, 14 Jul 1996 14:47:45 -0500 (EST) Cc: joerg_wunsch@uriah.heep.sax.de, freebsd-hackers@freebsd.org, pjchilds@imforei.apana.org.au, jonny@gaia.coppe.ufrj.br In-Reply-To: <199607141900.VAA09385@ra.dkuug.dk> from "sos@freebsd.org" at Jul 14, 96 09:00:33 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > In reply to J Wunsch who wrote: > > > > Still, the resulting kernel is: > > > > j@uriah 195% size kernel > > text data bss dec hex > > 434176 40960 25828 500964 7a4e4 > > > > The prime single offending object files by size are syscons.o, pmap.o, > > and userconfig.o. Umm, the latter is not even an option right now -- > > we bloat all our kernels with it, regardless of whether it's needed or > > not. > > > If I remove all __inlines in pmap.c, I can save about 3K. Maybe we should/shoundn't have a "SMALL_KERNEL" option? John