From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
by nuthatch.gentoo.org with esmtp (Exim 4.43)
id 1DtoHW-0007DH-NC
for garchives@archives.gentoo.org; Sat, 16 Jul 2005 15:08:47 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6GF8BKS016649;
Sat, 16 Jul 2005 15:08:11 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30])
by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6GF8Bkv031315
for ; Sat, 16 Jul 2005 15:08:11 GMT
Message-Id: <200507161508.j6GF8Bkv031315@robin.gentoo.org>
Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org)
by smtp.gentoo.org with smtp (Exim 4.43)
id 1DtoHN-00075K-TO
for gentoo-doc-cvs@lists.gentoo.org; Sat, 16 Jul 2005 15:08:38 +0000
Received: by lark.gentoo.org (sSMTP sendmail emulation); Sat, 16 Jul 2005 15:08:25 +0000
From: "Jonathan Smith"
Date: Sat, 16 Jul 2005 15:08:25 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: gentoo-amd64-faq.xml
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: cd7d8cf1-598b-493b-ba29-2017cad2d1df
X-Archives-Hash: 90abbc981e2397f4bd7278f019920726
smithj 05/07/16 15:08:25
Modified: xml/htdocs/doc/en gentoo-amd64-faq.xml
Log:
grammer fixes (cleaning up after neysx ;-)
Revision Changes Path
1.2 +24 -23 xml/htdocs/doc/en/gentoo-amd64-faq.xml
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
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
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
Index: gentoo-amd64-faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-amd64-faq.xml 16 Jul 2005 09:44:33 -0000 1.1
+++ gentoo-amd64-faq.xml 16 Jul 2005 15:08:25 -0000 1.2
@@ -1,6 +1,6 @@
-
+
Gentoo Linux/AMD64 Frequently Asked Questions
@@ -38,7 +38,7 @@
This document contains the most commonly asked questions about Gentoo/AMD64. We
intend to help and provide useful information about Gentoo/AMD64. Some of these
-questions can be found in forums, irc or mailing lists. If you have suggestions
+questions can be found in forums, irc, or mailing lists. If you have suggestions
or questions about this FAQ, you are welcome to send an e-mail to the authors
explaining the problem.
@@ -142,7 +142,7 @@
For example, you should use CFLAGS="-march=k8 -O2 -pipe" for Athlon64 or
Opteron and CFLAGS="-march=nocona -O2 -pipe" for a EM64T processor. If
you plan to use a 32-bit chroot, you should use CFLAGS="-march=athlon-xp
--O2 -pipe -msse2" for a AMD64 processor and for a EM64T, you should use
+-O2 -pipe -msse2" for a AMD64 processor; for a EM64T, you should use
CFLAGS="-march=pentium4 -O2 -pipe" inside the chroot.
@@ -152,7 +152,7 @@
-You should never stick -fPIC, -m32 or -m64 into
+You should never place -fPIC, -m32 or -m64 in
your CFLAGS. They are automatically added whenever they are needed.
Please also note that the -Os flag is currently not supported.
@@ -164,16 +164,16 @@
-You can use almost all kernel sources available in Portage. We recommend to use
-gentoo-sources because it is a special flavor kernel designed for Gentoo
-Linux. It contains lots of AMD64-specific patches and therefore is the only
-flavor supported by Gentoo/AMD64. You can try vanilla-sources as well.
-If you feel brave or you need extra hardware support, you can always try the
-experimental kernel from Andrew Morton called mm-sources.
+You can use almost all kernel sources available in Portage. We recommend using
+gentoo-sources because it is a special kernel designed for Gentoo Linux.
+It contains lots of AMD64-specific patches and therefore is the only kernel
+officially supported by Gentoo/AMD64. You can try vanilla-sources as
+well. If you feel brave or you need extra hardware support, you can always try
+the experimental kernel from Andrew Morton called mm-sources.
-You should watch out for some kernel features which are not tested well, such
+You should watch out for some kernel features which are not well tested, such
as PREEMPT.
@@ -233,18 +233,19 @@
-Right now, every AMD64 processor is able to run 32-bit code as well as 64-bit
-code. However, when you have a 32-bit application, you are unable to mix it
-with 64-bit libraries or vice versa. However, you can natively run 32-bit
-applications if all shared libraries it needs are available as 32-bit objects
-too. You can choose whether you want multilib support or not by selecting the
+Every AMD64 processor is able to run 32-bit code as well as 64-bit code.
+However, when you have a 32-bit application, you are unable to mix it with
+64-bit libraries or vice versa. You can, however, natively run 32-bit
+applications if all shared libraries it needs are available as 32-bit objects.
+You can choose whether you want multilib support or not by selecting the
according profile. The default is a multilib-enabled profile.
-If you use an old profile (2004.3 or older), please upgrade to 2005.0 and read
-the 2005.0
-Upgrade Guide carefully.
+If you are using an old profile (2004.3 or older), please upgrade to 2005.0 and
+read the 2005.0 Upgrade
+Guide carefully.
@@ -268,7 +269,7 @@
Due to several differences between an x86 and an amd64
installation, it is impossible to upgrade. Please perform a fresh install. The
-installation is slightly different than an x86 one, therefore please use the
+installation is slightly different than an x86 one, so please use the
AMD64 Handbook.
@@ -309,7 +310,7 @@
You have to compile your kernel with support for these features. You just need
-to enable these features below:
+to enable the features below:
@@ -336,8 +337,8 @@
-Now you only have to run rc-update add cpudyn default to make sure it
-gets started every time you boot.
+Now you only have to run rc-update add cpudyn default to make sure it is
+started every time you boot.
--
gentoo-doc-cvs@gentoo.org mailing list