Subject: CVS commit: src/doc
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 11/01/2006 17:43:49
Module Name:	src
Committed By:	tls
Date:		Wed Nov  1 17:43:49 UTC 2006

Modified Files:
	src/doc: CHANGES

Log Message:
Change GENERIC, GENERIC.MP, GENERIC.MPACPI, GENERIC_LAPTOP, INSTALL,
INSTALL.MP, INSTALL_LAPTOP, and DISKLESS kernels so that they are
smaller and faster by removing support for actual i386 CPUs (which
lack write protection in supervisor mode, which requires a costly
workaround) and math coprocessor emulation.  Coprocessor emulation
is retained in the LAPTOP kernels, but not in the others.  Where
it is known that a configuration cannot be run with particular CPUs
(i486 in *MP kernels) remove that support as well.  Compile all
kernels with appropriate architecture and tuning flags (reduces
size, makes things faster).  Those requiring support for machines
with i386 CPU or lacking coprocessor can use the *SMALL or *TINY
kernels.


To generate a diff of this commit:
cvs rdiff -r1.742 -r1.743 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.