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: gentoo-kernel.xml
Date: Mon, 31 Dec 2012 08:32:08
Message-Id: 20121231081910.B89552171D@flycatcher.gentoo.org
1 nightmorph 12/12/31 08:19:10
2
3 Modified: gentoo-kernel.xml
4 Log:
5 cell-sources has been removed from portage. added new section on architecture dependent kernels, move cell-sources reference to this area. as other hardware-specific kernels are retired, we can put 'em here. (xbox-sources, mips-sources, etc.)
6
7 Revision Changes Path
8 1.66 xml/htdocs/doc/en/gentoo-kernel.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.66&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.66&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.65&r2=1.66
13
14 Index: gentoo-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v
17 retrieving revision 1.65
18 retrieving revision 1.66
19 diff -u -r1.65 -r1.66
20 --- gentoo-kernel.xml 18 Jun 2012 22:40:15 -0000 1.65
21 +++ gentoo-kernel.xml 31 Dec 2012 08:19:10 -0000 1.66
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.65 2012/06/18 22:40:15 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.66 2012/12/31 08:19:10 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo Linux Kernel Guide</title>
30 @@ -42,8 +42,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>6</version>
35 -<date>2012-06-18</date>
36 +<version>7</version>
37 +<date>2012-12-31</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -159,10 +159,10 @@
42 <body>
43
44 <p>
45 -<c>cell-sources</c>, <c>mips-sources</c>, and <c>xbox-sources</c> are, as their
46 -names suggest, patched to run best on specific architectures. They also contain
47 -some of the patches for hardware and features support from the other patch sets
48 -mentioned above and below.
49 +<c>mips-sources</c> and <c>xbox-sources</c> are, as their names suggest, patched
50 +to run best on specific architectures. They also contain some of the patches for
51 +hardware and features support from the other patch sets mentioned above and
52 +below.
53 </p>
54
55 </body>
56 @@ -301,6 +301,17 @@
57 </body>
58 </section>
59 <section>
60 +<title>Architecture dependent kernels</title>
61 +<body>
62 +
63 +<p>
64 +<c>cell-sources</c> was a 2.6 kernel designed to run on the Sony PlayStation 3
65 +game console.
66 +</p>
67 +
68 +</body>
69 +</section>
70 +<section>
71 <title>development-sources</title>
72 <body>