nightmorph    12/06/18 22:40:15

  Modified:             gentoo-kernel.xml xen-guide.xml
  Log:
  gentoo-kernel.xml: move xen-sources and sparc-sources to the Previously 
Provided section; no longer in portage. xen-guide.xml: tagged Obsolete, as a 
placeholder until the kernel section can be redone. bug #421865

Revision  Changes    Path
1.65                 xml/htdocs/doc/en/gentoo-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.65&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.65&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.64&r2=1.65

Index: gentoo-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- gentoo-kernel.xml   27 May 2012 07:36:05 -0000      1.64
+++ gentoo-kernel.xml   18 Jun 2012 22:40:15 -0000      1.65
@@ -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-kernel.xml,v 1.64 
2012/05/27 07:36:05 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.65 
2012/06/18 22:40:15 nightmorph Exp $ -->
 
 <guide>
 <title>Gentoo Linux Kernel Guide</title>
@@ -42,8 +42,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>5</version>
-<date>2012-05-27</date>
+<version>6</version>
+<date>2012-06-18</date>
 
 <chapter>
 <title>Introduction</title>
@@ -155,32 +155,14 @@
 </body>
 </section>
 <section>
-<title>xen-sources</title>
-<body>
-
-<p>
-<c>xen-sources</c> lets you run multiple operating systems on a single physical
-system. You can create virtual environments in which one or more guest 
operating
-systems run on a <uri link="http://www.xensource.com";>Xen</uri>-powered host
-operating system.
-</p>
-
-<p>
-For more information on Xen and Gentoo, read the <uri
-link="/doc/en/xen-guide.xml">Gentoo Xen Guide</uri>.
-</p>
-
-</body>
-</section>
-<section>
 <title>Architecture dependent kernels</title>
 <body>
 
 <p>
-<c>cell-sources</c>, <c>mips-sources</c>, <c>sparc-sources</c>, and
-<c>xbox-sources</c> are, as their names suggest, patched to run best on 
specific
-architectures. They also contain some of the patches for hardware and features
-support from the other patch sets mentioned above and below.
+<c>cell-sources</c>, <c>mips-sources</c>, and <c>xbox-sources</c> are, as their
+names suggest, patched to run best on specific architectures. They also contain
+some of the patches for hardware and features support from the other patch sets
+mentioned above and below.
 </p>
 
 </body>
@@ -443,6 +425,19 @@
 </body>
 </section>
 <section>
+<title>sparc-sources</title>
+<body>
+
+<p>
+<c>sparc-sources</c> was a 2.4 kernel with patches applied to improve hardware
+compatibility for the SPARC architecture. These patches have been developed
+and included in the mainline kernel. SPARC users can now run any recent kernel
+with no need for extra patches.
+</p>
+
+</body>
+</section>
+<section>
 <title>uclinux-sources</title>
 <body>
 
@@ -468,6 +463,30 @@
 </body>
 </section>
 <section>
+<title>xen-sources</title>
+<body>
+
+<p>
+<c>xen-sources</c> was a 2.6-based kernel that allowed running multiple
+operating systems on a single physical system. You can create virtual
+environments in which one or more guest operating systems run on a <uri
+link="http://www.xensource.com";>Xen</uri>-powered host operating system.
+</p>
+
+<p>
+The <c>xen-sources</c> patches were incorporated into the mainline Linux kernel
+as of version 3.0.
+</p>
+
+<p>
+For more information on Xen and Gentoo, read the <uri
+link="/doc/en/xen-guide.xml">Gentoo Xen Guide</uri>.
+</p>
+
+</body>
+</section>
+
+<section>
 <title>zen-sources</title>
 <body>
 



1.12                 xml/htdocs/doc/en/xen-guide.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?r1=1.11&r2=1.12

Index: xen-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xen-guide.xml       26 Dec 2011 15:22:40 -0000      1.11
+++ xen-guide.xml       18 Jun 2012 22:40:15 -0000      1.12
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.11 
2011/12/26 15:22:40 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.12 
2012/06/18 22:40:15 nightmorph Exp $ -->
 
-<guide>
+<guide disclaimer="obsolete">
 <title>Configuring Gentoo with Xen</title>
 
 <author title="Author">




Reply via email to