Gentoo Archives: gentoo-doc-cvs

From: Jonathan Smith <smithj@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-amd64-faq.xml
Date: Sat, 16 Jul 2005 15:08:47
Message-Id: 200507161508.j6GF8Bkv031315@robin.gentoo.org
1 smithj 05/07/16 15:08:25
2
3 Modified: xml/htdocs/doc/en gentoo-amd64-faq.xml
4 Log:
5 grammer fixes (cleaning up after neysx ;-)
6
7 Revision Changes Path
8 1.2 +24 -23 xml/htdocs/doc/en/gentoo-amd64-faq.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-amd64-faq.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-amd64-faq.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-amd64-faq.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
13
14 Index: gentoo-amd64-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- gentoo-amd64-faq.xml 16 Jul 2005 09:44:33 -0000 1.1
21 +++ gentoo-amd64-faq.xml 16 Jul 2005 15:08:25 -0000 1.2
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v 1.1 2005/07/16 09:44:33 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v 1.2 2005/07/16 15:08:25 smithj Exp $ -->
27
28 <guide link="/doc/en/gentoo-amd64-faq.xml">
29 <title>Gentoo Linux/AMD64 Frequently Asked Questions</title>
30 @@ -38,7 +38,7 @@
31 <p>
32 This document contains the most commonly asked questions about Gentoo/AMD64. We
33 intend to help and provide useful information about Gentoo/AMD64. Some of these
34 -questions can be found in forums, irc or mailing lists. If you have suggestions
35 +questions can be found in forums, irc, or mailing lists. If you have suggestions
36 or questions about this FAQ, you are welcome to send an e-mail to the authors
37 explaining the problem.
38 </p>
39 @@ -142,7 +142,7 @@
40 For example, you should use <c>CFLAGS="-march=k8 -O2 -pipe"</c> for Athlon64 or
41 Opteron and <c>CFLAGS="-march=nocona -O2 -pipe"</c> for a EM64T processor. If
42 you plan to use a 32-bit chroot, you should use <c>CFLAGS="-march=athlon-xp
43 --O2 -pipe -msse2"</c> for a AMD64 processor and for a EM64T, you should use
44 +-O2 -pipe -msse2"</c> for a AMD64 processor; for a EM64T, you should use
45 <c>CFLAGS="-march=pentium4 -O2 -pipe"</c> <e>inside the chroot</e>.
46 </p>
47
48 @@ -152,7 +152,7 @@
49 </note>
50
51 <warn>
52 -You should <e>never</e> stick <c>-fPIC</c>, <c>-m32</c> or <c>-m64</c> into
53 +You should <e>never</e> place <c>-fPIC</c>, <c>-m32</c> or <c>-m64</c> in
54 your <c>CFLAGS</c>. They are automatically added whenever they are needed.
55 Please also note that the <c>-Os</c> flag is currently not supported.
56 </warn>
57 @@ -164,16 +164,16 @@
58 <body>
59
60 <p>
61 -You can use almost all kernel sources available in Portage. We recommend to use
62 -<c>gentoo-sources</c> because it is a special flavor kernel designed for Gentoo
63 -Linux. It contains lots of AMD64-specific patches and therefore is the only
64 -flavor supported by Gentoo/AMD64. You can try <c>vanilla-sources</c> as well.
65 -If you feel brave or you need extra hardware support, you can always try the
66 -experimental kernel from Andrew Morton called <c>mm-sources</c>.
67 +You can use almost all kernel sources available in Portage. We recommend using
68 +<c>gentoo-sources</c> because it is a special kernel designed for Gentoo Linux.
69 +It contains lots of AMD64-specific patches and therefore is the only kernel
70 +officially supported by Gentoo/AMD64. You can try <c>vanilla-sources</c> as
71 +well. If you feel brave or you need extra hardware support, you can always try
72 +the experimental kernel from Andrew Morton called <c>mm-sources</c>.
73 </p>
74
75 <warn>
76 -You should watch out for some kernel features which are not tested well, such
77 +You should watch out for some kernel features which are not well tested, such
78 as <c>PREEMPT</c>.
79 </warn>
80
81 @@ -233,18 +233,19 @@
82 <body>
83
84 <p>
85 -Right now, every AMD64 processor is able to run 32-bit code as well as 64-bit
86 -code. However, when you have a 32-bit application, you are unable to mix it
87 -with 64-bit libraries or vice versa. However, you can natively run 32-bit
88 -applications if all shared libraries it needs are available as 32-bit objects
89 -too. You can choose whether you want multilib support or not by selecting the
90 +Every AMD64 processor is able to run 32-bit code as well as 64-bit code.
91 +However, when you have a 32-bit application, you are unable to mix it with
92 +64-bit libraries or vice versa. You can, however, natively run 32-bit
93 +applications if all shared libraries it needs are available as 32-bit objects.
94 +You can choose whether you want multilib support or not by selecting the
95 according profile. The default is a multilib-enabled profile.
96 </p>
97
98 <note>
99 -If you use an old profile (2004.3 or older), please upgrade to 2005.0 and read
100 -the <uri link="/proj/en/base/amd64/howtos/index.xml?part=1&amp;chap=1">2005.0
101 -Upgrade Guide</uri> carefully.
102 +If you are using an old profile (2004.3 or older), please upgrade to 2005.0 and
103 +read the <uri
104 +link="/proj/en/base/amd64/howtos/index.xml?part=1&amp;chap=1">2005.0 Upgrade
105 +Guide</uri> carefully.
106 </note>
107
108 </body>
109 @@ -268,7 +269,7 @@
110 <p>
111 Due to several differences between an <c>x86</c> and an <c>amd64</c>
112 installation, it is impossible to upgrade. Please perform a fresh install. The
113 -installation is slightly different than an x86 one, therefore please use the
114 +installation is slightly different than an x86 one, so please use the
115 <uri link="/doc/en/handbook/handbook-amd64.xml">AMD64 Handbook</uri>.
116 </p>
117
118 @@ -309,7 +310,7 @@
119
120 <p>
121 You have to compile your kernel with support for these features. You just need
122 -to enable these features below:
123 +to enable the features below:
124 </p>
125
126 <pre caption="Kernel options for Cool'n'Quiet/Powernow">
127 @@ -336,8 +337,8 @@
128 </pre>
129
130 <p>
131 -Now you only have to run <c>rc-update add cpudyn default</c> to make sure it
132 -gets started every time you boot.
133 +Now you only have to run <c>rc-update add cpudyn default</c> to make sure it is
134 +started every time you boot.
135 </p>
136
137 </body>
138
139
140
141 --
142 gentoo-doc-cvs@g.o mailing list