Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2000 21:46:46 -0500 (CDT)
From:      Gene Harris <zeus@tetronsoftware.com>
To:        Doug Poland <doug@polands.org>
Cc:        freebsd-questions@freebsd.org
Subject:   RE: kernel bloat
Message-ID:  <Pine.BSF.4.21.0010102142030.748-100000@ns1.tetronsoftware.com>
In-Reply-To: <NDBBLEKOOLGIBFPGLFEKEEOPCEAA.matt@researcher.com>

next in thread | previous in thread | raw e-mail | index | archive | help
You need to make sure you do not compile debug symbols into the kernel.  If
you compile symbols in, use the command "strip --strip-debug kernel".  I
usually do this after compiling, in the directory
/usr/src/sys/compile/<YourConfigNameHere> directory.  After you strip the
kernel, do a make install.  If you do this in the root directory, you'll need
to change the schg flag to noschg in order to modify the kernel.

Gene

         Tetron Software, LLC
    http://www.tetronsoftware.com
FreeBSD  Apache  PostgreSQL  Oracle 8/8i
Windows 95/98/NT  Visual C  Visual Basic



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010102142030.748-100000>