From owner-cvs-all Sun Oct 7 20:44:27 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 45BF237B405; Sun, 7 Oct 2001 20:44:23 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f983htL29456; Sun, 7 Oct 2001 23:43:55 -0400 (EDT) (envelope-from wollman) Date: Sun, 7 Oct 2001 23:43:55 -0400 (EDT) From: Garrett Wollman Message-Id: <200110080343.f983htL29456@khavrinen.lcs.mit.edu> To: Makoto MATSUSHITA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh In-Reply-To: <20011007021605I.matusita@jp.FreeBSD.org> References: <20011002112353.A94762@dragon.nuxi.com> <20011004111045P.matusita@jp.FreeBSD.org> <200110051728.f95HSX738122@harmony.village.org> <20011007021605I.matusita@jp.FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > mlx, and twe drivers out from the installation kernel to modules. As > a result, we get 88 kbytes of space in kern.flp but lost 196 kbytes in > mfsroot.flp. Here is a detail. I found that it helps a lot if you link the modules together into a single kld (amortizing the overhead of the linker metadata over multiple modules). Just take the *.kld (NOT *.ko) from the object directories and link them together with `ld -Bshareable'. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message