Date: Tue, 11 Jul 2000 13:18:46 +0100 From: Ben Smithurst <ben@FreeBSD.org> To: doc@FreeBSD.org, hackers@FreeBSD.org Subject: small update to handbook about debug kernels Message-ID: <20000711131846.L11000@strontium.scientia.demon.co.uk>
next in thread | raw e-mail | index | archive | help
--GBuTPvBEOL0MYPgd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I'd like to commit this shortly. Any objections, either on documentation quality or the technical accuracy? (that's why -hackers is included.) =20 - <para>When the kernel has been built make a copy of it, say + <para>When the kernel has been built, make a copy of it, say <filename>kernel.debug</filename>, and then run <command>strip - -g</command> on the original. Install the original as normal. You + -g</command> on the original. Install the original as normal. + Note that from FreeBSD 4.0-RELEASE onwards, these two steps are + performed automatically, so you should not execute them yourself. + On all FreeBSD releases, you may also install the unstripped kernel, but symbol table lookup time= for - some programs will drastically increase, and since the whole kernel = is + some programs will drastically increase. With an a.out kernel, + since the whole kernel is loaded entirely at boot time and cannot be swapped out later, several - megabytes of physical memory will be wasted.</para> + megabytes of physical memory will also be wasted. However, this sho= uld not + be a problem for most users, as ELF has been the default format for + kernels since FreeBSD 3.1-RELEASE.</para> =20 --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --GBuTPvBEOL0MYPgd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: H9MdXl0TRp7f87qN87CHA8xzVXCGSQ/c iQCVAwUBOWsQpSsPVtiZOS99AQEzXgP+MiCyLJfVhy8M9wtSA1ikGvnZT8NTEPS1 GOWzp0OpdYPhPGZHcgeJYOFry+q7z0YM+QBIz7sr7dnlfJLifdIV7GshJOiuD2S4 F00oPabm918OoZn/8hwREWyD8J1bs4vFEDoT9b+6jjPAfmu376x6GGgJwzSkeFcf G5cWm9W5ppk= =uPZk -----END PGP SIGNATURE----- --GBuTPvBEOL0MYPgd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000711131846.L11000>