Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-stage.xml hb-install-x86+amd64-kernel.xml
Date: Tue, 13 Jul 2010 00:53:55
Message-Id: 20100713005351.C17C52CE14@corvid.gentoo.org
1 nightmorph 10/07/13 00:53:51
2
3 Modified: hb-install-stage.xml
4 hb-install-x86+amd64-kernel.xml
5 Log:
6 fix the handbook for bug 323381: update -march=nocona to core2, update MCE description in the kernel config, and add the new processor type for intel atom.
7
8 Revision Changes Path
9 1.120 xml/htdocs/doc/en/handbook/hb-install-stage.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.120&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.120&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.119&r2=1.120
14
15 Index: hb-install-stage.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
18 retrieving revision 1.119
19 retrieving revision 1.120
20 diff -u -r1.119 -r1.120
21 --- hb-install-stage.xml 23 Mar 2010 21:45:20 -0000 1.119
22 +++ hb-install-stage.xml 13 Jul 2010 00:53:51 -0000 1.120
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.119 2010/03/23 21:45:20 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.120 2010/07/13 00:53:51 nightmorph Exp $ -->
29
30 <sections>
31
32 @@ -13,8 +13,8 @@
33 describe how you extract the stage3 archive and configure Portage.
34 </abstract>
35
36 -<version>10.2</version>
37 -<date>2010-03-23</date>
38 +<version>10.3</version>
39 +<date>2010-07-12</date>
40
41 <section>
42 <title>Installing a Stage Tarball</title>
43 @@ -431,7 +431,7 @@
44 </pre>
45
46 <pre test="func:keyval('arch')='AMD64'" caption="Defining the CFLAGS and CXXFLAGS variable">
47 -CFLAGS="<keyval id="CFLAGS"/>" <comment># EM64T users should use -march=nocona</comment>
48 +CFLAGS="<keyval id="CFLAGS"/>" <comment># Intel EM64T users should use -march=core2</comment>
49 <comment># Use the same settings for both variables</comment>
50 CXXFLAGS="${CFLAGS}"
51 </pre>
52
53
54
55 1.32 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.32&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.32&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.31&r2=1.32
60
61 Index: hb-install-x86+amd64-kernel.xml
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
64 retrieving revision 1.31
65 retrieving revision 1.32
66 diff -u -r1.31 -r1.32
67 --- hb-install-x86+amd64-kernel.xml 30 Nov 2009 19:00:28 -0000 1.31
68 +++ hb-install-x86+amd64-kernel.xml 13 Jul 2010 00:53:51 -0000 1.32
69 @@ -4,7 +4,7 @@
70 <!-- The content of this document is licensed under the CC-BY-SA license -->
71 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
72
73 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.31 2009/11/30 19:00:28 nightmorph Exp $ -->
74 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.32 2010/07/13 00:53:51 nightmorph Exp $ -->
75
76 <sections>
77
78 @@ -13,8 +13,8 @@
79 explains how to configure your kernel.
80 </abstract>
81
82 -<version>7.3</version>
83 -<date>2009-11-30</date>
84 +<version>7.4</version>
85 +<date>2010-07-12</date>
86
87 <section>
88 <title>Timezone</title>
89 @@ -161,13 +161,14 @@
90
91 <pre caption="Selecting processor type and features">
92 Processor type and features --->
93 - [ ] Machine Check Exception
94 + [ ] Machine Check / overheating reporting
95 [ ] Intel MCE Features
96 [ ] AMD MCE Features
97 Processor family (AMD-Opteron/Athlon64) --->
98 ( ) Opteron/Athlon64/Hammer/K8
99 ( ) Intel P4 / older Netburst based Xeon
100 ( ) Core 2/newer Xeon
101 + ( ) Intel Atom
102 ( ) Generic-x86-64
103 Executable file formats / Emulations --->
104 [*] IA32 Emulation