nightmorph 10/11/14 15:27:04 Modified: xen-guide.xml Log: mention 32-bit/64-bit dom0 logic for -mnotls-direct-seg-refs, bug 335282
Revision Changes Path 1.7 xml/htdocs/doc/en/xen-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?r1=1.6&r2=1.7 Index: xen-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xen-guide.xml 14 May 2010 21:55:13 -0000 1.6 +++ xen-guide.xml 14 Nov 2010 15:27:04 -0000 1.7 @@ -1,14 +1,16 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.6 2010/05/14 21:55:13 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.7 2010/11/14 15:27:04 nightmorph Exp $ --> <guide> - <title>Configuring Gentoo with Xen</title> <author title="Author"> <mail link="[email protected]">Sven Vermeulen</mail> </author> +<author title="Editor"> + <mail link="nightmorph"/> +</author> <abstract> This guide describes how to start using Xen on your Gentoo system @@ -18,8 +20,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2</version> -<date>2010-05-14</date> +<version>3</version> +<date>2010-11-14</date> <chapter> <title>Introduction</title> @@ -67,7 +69,7 @@ </body> </section> <section> -<title>Rebuilding the Gentoo Installation ?</title> +<title>Rebuilding the Gentoo Installation?</title> <body> <p> @@ -88,7 +90,8 @@ <pre caption="Editing the CFLAGS and rebuild the Gentoo installation"> ~# <i>nano -w /etc/make.conf</i> -<comment>(Add -mno-tls-direct-seg-refs)</comment> +<comment>(Add -mno-tls-direct-seg-refs ONLY if you have a 32-bit dom0)</comment> +<comment>(You don't need this flag if you have a 64-bit dom0)</comment> CFLAGS="-O2 -march=pentium4 -pipe <i>-mno-tls-direct-seg-refs</i>" ~# <i>emerge -e world</i> @@ -123,8 +126,6 @@ ~# <i>emerge xen xen-tools xen-sources</i> </pre> - - </body> </section> <section>
