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: gentoo-amd64-faq.xml
Date: Mon, 14 Jan 2013 08:01:25
Message-Id: 20130114080120.5FD282171D@flycatcher.gentoo.org
1 nightmorph 13/01/14 08:01:20
2
3 Modified: gentoo-amd64-faq.xml
4 Log:
5 use https links, fix cflag and kernel info, suggested by comment #1 in bug 451194
6
7 Revision Changes Path
8 1.41 xml/htdocs/doc/en/gentoo-amd64-faq.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml?rev=1.41&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml?rev=1.41&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml?r1=1.40&r2=1.41
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.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- gentoo-amd64-faq.xml 14 Jan 2013 06:30:59 -0000 1.40
21 +++ gentoo-amd64-faq.xml 14 Jan 2013 08:01:20 -0000 1.41
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.40 2013/01/14 06:30:59 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v 1.41 2013/01/14 08:01:20 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo Linux/AMD64 Frequently Asked Questions</title>
30 @@ -29,7 +29,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>5</version>
35 +<version>6</version>
36 <date>2013-01-13</date>
37
38 <faqindex>
39 @@ -80,10 +80,8 @@
40
41 <p>
42 You should use simple <c>CFLAGS</c> to avoid future problems with your system.
43 -Supported <c>CFLAGS</c> are <c>-O2 -march=k8 -pipe</c> for AMD systems. Intel
44 -Core2-based systems (EM64T) should use <c>-O2 -march=core2 -pipe</c>. If you're
45 -on an old Intel Pentium 4 that supports EM64T, then use <c>-O2 -march=nocona
46 --pipe</c>.
47 +Supported <c>CFLAGS</c> are <c>-O2 -march=native -pipe</c> for AMD and Intel
48 +(EM64T) systems.
49 </p>
50
51 </body>
52 @@ -99,11 +97,6 @@
53 officially supported by Gentoo/AMD64.
54 </p>
55
56 -<warn>
57 -You should watch out for some kernel features which are not well tested, such
58 -as <c>PREEMPT</c>.
59 -</warn>
60 -
61 <p>
62 Make sure you have the <c>IA32_EMULATION</c> option activated in the kernel.
63 </p>
64 @@ -136,8 +129,8 @@
65 link="http://www.linux.com/articles/114024?tid=121">article</uri> (and a <uri
66 link="http://www.linux.com/feature/43873">related</uri> article) may interest
67 you. There's also a nice <uri
68 -link="http://forums.gentoo.org/viewtopic-t-349691.html">thread</uri> in our <uri
69 -link="http://forums.gentoo.org">forums</uri>.
70 +link="https://forums.gentoo.org/viewtopic-t-349691.html">thread</uri> in our <uri
71 +link="https://forums.gentoo.org">forums</uri>.
72 </p>
73
74 </body>
75 @@ -330,7 +323,7 @@
76
77 <p>
78 If it works fine for you, please let us know and file a bug on <uri
79 -link="http://bugs.gentoo.org/">Gentoo's Bugzilla</uri>, so that the AMD64 team
80 +link="https://bugs.gentoo.org/">Gentoo's Bugzilla</uri>, so that the AMD64 team
81 can keyword the package and other users can benefit from your test.
82 </p>
83
84 @@ -382,7 +375,7 @@
85 If any of your questions wasn't answered here, you can try other resources
86 listed on <uri link="/proj/en/base/amd64/">our project homepage</uri>. You can
87 also ask us at <c>#gentoo-amd64</c> on <c>irc.freenode.net</c>, <uri
88 -link="http://forums.gentoo.org/viewforum-f-46.html">Gentoo/AMD64 Forums</uri>,
89 +link="https://forums.gentoo.org/viewforum-f-46.html">Gentoo/AMD64 Forums</uri>,
90 or on the <c>gentoo-amd64@l.g.o</c> mailing list.
91 </p>