From owner-freebsd-hackers Sun Jul 14 13:02:40 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA08053 for hackers-outgoing; Sun, 14 Jul 1996 13:02:40 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA08038 for ; Sun, 14 Jul 1996 13:02:35 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id NAA13756; Sun, 14 Jul 1996 13:01:38 -0700 (PDT) To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: freebsd-hackers@FreeBSD.ORG (FreeBSD hackers), pjchilds@imforei.apana.org.au, jonny@gaia.coppe.ufrj.br (Joao Carlos Mendes Luis) Subject: Re: Preach it (was Some recent changes to GENERIC) In-reply-to: Your message of "Sun, 14 Jul 1996 19:30:46 +0200." <199607141730.TAA11956@uriah.heep.sax.de> Date: Sun, 14 Jul 1996 13:01:38 -0700 Message-ID: <13754.837374498@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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. I'd have no problem with wrapping all of /sys/i386/i386/userconfig.c between two #ifdef USERCONFIG ... #endif lines and making USERCONFIG a standard option in GENERIC.. We thought about doing this before but punted for some reason I forget now.. Jordan