Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-kernel.xml
Date: Fri, 02 Nov 2007 23:07:37
Message-Id: E1Io5bl-0002Ej-Ap@stork.gentoo.org
1 nightmorph 07/11/02 23:07:21
2
3 Modified: hb-install-x86+amd64-kernel.xml
4 Log:
5 added ia32 emulation to kernel config, bug 196914
6
7 Revision Changes Path
8 1.19 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.19&view=markup
11 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
12 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
13
14 Index: hb-install-x86+amd64-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- hb-install-x86+amd64-kernel.xml 5 Oct 2007 12:54:36 -0000 1.18
21 +++ hb-install-x86+amd64-kernel.xml 2 Nov 2007 23:07:21 -0000 1.19
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 explains how to configure your kernel.
33 </abstract>
34
35 -<version>5.5</version>
36 -<date>2007-10-05</date>
37 +<version>5.6</version>
38 +<date>2007-11-02</date>
39
40 <section>
41 <title>Timezone</title>
42 @@ -168,7 +168,10 @@
43 strongly recommends users enable MCE features so that they are able to be
44 notified of any hardware problems. On x86_64, these errors are not printed to
45 <c>dmesg</c> like on other architectures, but to <path>/dev/mcelog</path>. This
46 -requires the <c>app-admin/mcelog</c> package.
47 +requires the <c>app-admin/mcelog</c> package. Make sure you select IA32
48 +Emulation if you want to be able to run 32-bit programs. Gentoo will install a
49 +multilib system (mixed 32-bit/64-bit computing) by default, so you probably
50 +want this option.
51 </p>
52
53 <pre caption="Selecting processor type and features">
54 @@ -179,6 +182,8 @@
55 ( ) AMD-Opteron/Athlon64
56 ( ) Intel EM64T
57 ( ) Generic-x86-64
58 +Executable file formats / Emulations --->
59 + [*] IA32 Emulation
60 </pre>
61
62 </body>
63
64
65
66 --
67 gentoo-doc-cvs@g.o mailing list