fox2mike 06/02/26 14:38:56 Modified: xml/htdocs/doc/en/handbook hb-install-amd64-kernel.xml Log: Fixes for 113156, backported to the current handbook as well.
Revision Changes Path 1.38 +10 -4 xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml?rev=1.38&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml?rev=1.38&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml.diff?r1=1.37&r2=1.38&cvsroot=gentoo Index: hb-install-amd64-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- hb-install-amd64-kernel.xml 17 Feb 2006 02:34:39 -0000 1.37 +++ hb-install-amd64-kernel.xml 26 Feb 2006 14:38:55 -0000 1.38 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v 1.37 2006/02/17 02:34:39 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v 1.38 2006/02/26 14:38:55 fox2mike Exp $ --> <sections> -<version>2.13</version> -<date>2006-02-15</date> +<version>2.14</version> +<date>2006-02-26</date> <section> <title>Timezone</title> @@ -160,11 +160,17 @@ </pre> <p> -We shall then select the exact processor type. +We shall then select the exact processor type.The x86_64 kernel maintainer +strongly recommends users enable MCE features so that they are able to be +notified of any hardware problems. On x86_64, these errors are not printed to +<c>dmesg</c> like on other architectures, but to <path>/dev/mcelog</path>. This +requires the <c>app-admin/mcelog</c> package. </p> <pre caption="Selecting processor type and features"> Processor type and features ---> + [ ] Intel MCE Features + [ ] AMD MCE Features Processor family (AMD-Opteron/Athlon64) ---> ( ) AMD-Opteron/Athlon64 ( ) Intel EM64T -- [email protected] mailing list
