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: xen-guide.xml
Date: Sun, 14 Nov 2010 15:27:10
Message-Id: 20101114152704.78C4620051@flycatcher.gentoo.org
1 nightmorph 10/11/14 15:27:04
2
3 Modified: xen-guide.xml
4 Log:
5 mention 32-bit/64-bit dom0 logic for -mnotls-direct-seg-refs, bug 335282
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/en/xen-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?r1=1.6&r2=1.7
13
14 Index: xen-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- xen-guide.xml 14 May 2010 21:55:13 -0000 1.6
21 +++ xen-guide.xml 14 Nov 2010 15:27:04 -0000 1.7
22 @@ -1,14 +1,16 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.6 2010/05/14 21:55:13 nightmorph Exp $ -->
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.7 2010/11/14 15:27:04 nightmorph Exp $ -->
27
28 <guide>
29 -
30 <title>Configuring Gentoo with Xen</title>
31
32 <author title="Author">
33 <mail link="swift@g.o">Sven Vermeulen</mail>
34 </author>
35 +<author title="Editor">
36 + <mail link="nightmorph"/>
37 +</author>
38
39 <abstract>
40 This guide describes how to start using Xen on your Gentoo system
41 @@ -18,8 +20,8 @@
42 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
43 <license/>
44
45 -<version>2</version>
46 -<date>2010-05-14</date>
47 +<version>3</version>
48 +<date>2010-11-14</date>
49
50 <chapter>
51 <title>Introduction</title>
52 @@ -67,7 +69,7 @@
53 </body>
54 </section>
55 <section>
56 -<title>Rebuilding the Gentoo Installation ?</title>
57 +<title>Rebuilding the Gentoo Installation?</title>
58 <body>
59
60 <p>
61 @@ -88,7 +90,8 @@
62
63 <pre caption="Editing the CFLAGS and rebuild the Gentoo installation">
64 ~# <i>nano -w /etc/make.conf</i>
65 -<comment>(Add -mno-tls-direct-seg-refs)</comment>
66 +<comment>(Add -mno-tls-direct-seg-refs ONLY if you have a 32-bit dom0)</comment>
67 +<comment>(You don't need this flag if you have a 64-bit dom0)</comment>
68 CFLAGS="-O2 -march=pentium4 -pipe <i>-mno-tls-direct-seg-refs</i>"
69
70 ~# <i>emerge -e world</i>
71 @@ -123,8 +126,6 @@
72 ~# <i>emerge xen xen-tools xen-sources</i>
73 </pre>
74
75 -
76 -
77 </body>
78 </section>
79 <section>