diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index b22a3d0d42..e03385211b 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -467,14 +467,15 @@ # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the -# &os; World Wide Web server (http://www.&os;.ORG/) for the +# &os; World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ./LINT configuration file. If you are -# in doubt as to the purpose or necessity of a line, check first in LINT. +# device lines is also present in the ../../conf/NOTES and NOTES files. +# If you are in doubt as to the purpose or necessity of a line, check first +# in NOTES. # -# $&os;: src/sys/i386/conf/GENERIC,v 1.246 2000/03/09 16:32:55 jlemon Exp $ +# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.380 2003/03/29 13:36:41 mdodd Exp $ The following are the mandatory keywords required in every kernel you build: @@ -493,8 +494,7 @@ kernel options cpu - cpu I386_CPU -cpu I486_CPU + cpu I486_CPU cpu I586_CPU cpu I686_CPU @@ -506,12 +506,38 @@ cpu I686_CPU CPU type, you can check the /var/run/dmesg.boot file to view your boot up messages. - In &os; 5.0, support for I386_CPU - is disabled by default. kernel options cpu type + Support for I386_CPU is still provided in the + source of &os;, but it is disabled by default in both -STABLE and + -CURRENT. This means that to install &os; with a 386-class cpu, you now + have the following options: + + + + Install an older &os; release and rebuild from source as + described in + + + + + Build the userland and kernel on a newer machine and install on + the 386 using the precompiled /usr/obj + files. + + + + Roll your own release of FreeBSD which includes + I386_CPU support in the kernels of the + installation CD-ROM. + + + + The first of these options is probably the easiest of all, but you + will need a lot of disk space on a 386-class machine which may be + difficult to find. kernel options @@ -521,8 +547,9 @@ cpu I686_CPU ident GENERIC This is the identification of the kernel. You should change - this to whatever you named your kernel, as in our previous example, - MYKERNEL. The value you put in the + this to whatever you named your kernel, + i.e. MYKERNEL if you have followed the + instructions of the previous examples. The value you put in the ident string will print when you boot up the kernel, so it is useful to give the new kernel a different name if you want to keep it separate from your usual kernel (i.e., you want to