Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2001 23:43:55 -0400 (EDT)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/release/i386 dokern.sh 
Message-ID:  <200110080343.f983htL29456@khavrinen.lcs.mit.edu>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Sun, 07 Oct 2001 02:16:05 +0900, Makoto MATSUSHITA <matusita@jp.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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110080343.f983htL29456>