From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PHeU1-0001PS-2U for garchives@archives.gentoo.org; Sun, 14 Nov 2010 15:27:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A6CE0730; Sun, 14 Nov 2010 15:27:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A7A3AE0759 for ; Sun, 14 Nov 2010 15:27:06 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4FA01B40CC for ; Sun, 14 Nov 2010 15:27:05 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id 78C4620051; Sun, 14 Nov 2010 15:27:04 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xen-guide.xml X-VCS-Repository: gentoo X-VCS-Files: xen-guide.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20101114152704.78C4620051@flycatcher.gentoo.org> Date: Sun, 14 Nov 2010 15:27:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 60cac069-d314-4683-ace5-12de26a3f7ac X-Archives-Hash: 7a7dcd3df3ffb8c141a89d94974d3a9d 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 33528= 2 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=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-= guide.xml?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-= guide.xml?r1=3D1.6&r2=3D1.7 Index: xen-guide.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ - + =20 - Configuring Gentoo with Xen =20 Sven Vermeulen + + + =20 This guide describes how to start using Xen on your Gentoo system @@ -18,8 +20,8 @@ =20 -2 -2010-05-14 +3 +2010-11-14 =20 Introduction @@ -67,7 +69,7 @@
-Rebuilding the Gentoo Installation ? +Rebuilding the Gentoo Installation? =20

@@ -88,7 +90,8 @@ =20

 ~# nano -w /etc/make.conf
-(Add -mno-tls-direct-seg-refs)
+(Add -mno-tls-direct-seg-refs ONLY if you have a 32-bit dom0)
+(You don't need this flag if you have a 64-bit dom0)
 CFLAGS=3D"-O2 -march=3Dpentium4 -pipe -mno-tls-direct-seg-refs"
=20
 ~# emerge -e world
@@ -123,8 +126,6 @@
 ~# emerge xen xen-tools xen-sources
 
=20 - -