nightmorph 13/01/14 08:01:20 Modified: gentoo-amd64-faq.xml Log: use https links, fix cflag and kernel info, suggested by comment #1 in bug 451194
Revision Changes Path 1.41 xml/htdocs/doc/en/gentoo-amd64-faq.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml?r1=1.40&r2=1.41 Index: gentoo-amd64-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- gentoo-amd64-faq.xml 14 Jan 2013 06:30:59 -0000 1.40 +++ gentoo-amd64-faq.xml 14 Jan 2013 08:01:20 -0000 1.41 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v 1.40 2013/01/14 06:30:59 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v 1.41 2013/01/14 08:01:20 nightmorph Exp $ --> <guide> <title>Gentoo Linux/AMD64 Frequently Asked Questions</title> @@ -29,7 +29,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>5</version> +<version>6</version> <date>2013-01-13</date> <faqindex> @@ -80,10 +80,8 @@ <p> You should use simple <c>CFLAGS</c> to avoid future problems with your system. -Supported <c>CFLAGS</c> are <c>-O2 -march=k8 -pipe</c> for AMD systems. Intel -Core2-based systems (EM64T) should use <c>-O2 -march=core2 -pipe</c>. If you're -on an old Intel Pentium 4 that supports EM64T, then use <c>-O2 -march=nocona --pipe</c>. +Supported <c>CFLAGS</c> are <c>-O2 -march=native -pipe</c> for AMD and Intel +(EM64T) systems. </p> </body> @@ -99,11 +97,6 @@ officially supported by Gentoo/AMD64. </p> -<warn> -You should watch out for some kernel features which are not well tested, such -as <c>PREEMPT</c>. -</warn> - <p> Make sure you have the <c>IA32_EMULATION</c> option activated in the kernel. </p> @@ -136,8 +129,8 @@ link="http://www.linux.com/articles/114024?tid=121">article</uri> (and a <uri link="http://www.linux.com/feature/43873">related</uri> article) may interest you. There's also a nice <uri -link="http://forums.gentoo.org/viewtopic-t-349691.html">thread</uri> in our <uri -link="http://forums.gentoo.org">forums</uri>. +link="https://forums.gentoo.org/viewtopic-t-349691.html">thread</uri> in our <uri +link="https://forums.gentoo.org">forums</uri>. </p> </body> @@ -330,7 +323,7 @@ <p> If it works fine for you, please let us know and file a bug on <uri -link="http://bugs.gentoo.org/">Gentoo's Bugzilla</uri>, so that the AMD64 team +link="https://bugs.gentoo.org/">Gentoo's Bugzilla</uri>, so that the AMD64 team can keyword the package and other users can benefit from your test. </p> @@ -382,7 +375,7 @@ If any of your questions wasn't answered here, you can try other resources listed on <uri link="/proj/en/base/amd64/">our project homepage</uri>. You can also ask us at <c>#gentoo-amd64</c> on <c>irc.freenode.net</c>, <uri -link="http://forums.gentoo.org/viewforum-f-46.html">Gentoo/AMD64 Forums</uri>, +link="https://forums.gentoo.org/viewforum-f-46.html">Gentoo/AMD64 Forums</uri>, or on the <c>[email protected]</c> mailing list. </p>
