nightmorph 07/11/02 23:07:21 Modified: hb-install-x86+amd64-kernel.xml Log: added ia32 emulation to kernel config, bug 196914
Revision Changes Path 1.19 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.19&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.18&r2=1.19 Index: hb-install-x86+amd64-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- hb-install-x86+amd64-kernel.xml 5 Oct 2007 12:54:36 -0000 1.18 +++ hb-install-x86+amd64-kernel.xml 2 Nov 2007 23:07:21 -0000 1.19 @@ -4,7 +4,7 @@ <!-- 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-x86+amd64-kernel.xml,v 1.18 2007/10/05 12:54:36 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.19 2007/11/02 23:07:21 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ explains how to configure your kernel. </abstract> -<version>5.5</version> -<date>2007-10-05</date> +<version>5.6</version> +<date>2007-11-02</date> <section> <title>Timezone</title> @@ -168,7 +168,10 @@ 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. +requires the <c>app-admin/mcelog</c> package. Make sure you select IA32 +Emulation if you want to be able to run 32-bit programs. Gentoo will install a +multilib system (mixed 32-bit/64-bit computing) by default, so you probably +want this option. </p> <pre caption="Selecting processor type and features"> @@ -179,6 +182,8 @@ ( ) AMD-Opteron/Athlon64 ( ) Intel EM64T ( ) Generic-x86-64 +Executable file formats / Emulations ---> + [*] IA32 Emulation </pre> </body> -- [EMAIL PROTECTED] mailing list
