Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-kernel.xml
Date: Thu, 30 Nov 2006 20:22:03
Message-Id: 20061130200835.3569664830@smtp.gentoo.org
1 nightmorph 06/11/30 20:08:34
2
3 Modified: gentoo-kernel.xml
4 Log:
5 vanilla-sources is now unsupported, moved/changed 2.4 kernel info, all by request of Daniel Drake (dsd) on IRC
6
7 Revision Changes Path
8 1.45 xml/htdocs/doc/en/gentoo-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.45&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.45&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.44&r2=1.45
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.44
18 retrieving revision 1.45
19 diff -u -r1.44 -r1.45
20 --- gentoo-kernel.xml 29 Nov 2006 15:48:57 -0000 1.44
21 +++ gentoo-kernel.xml 30 Nov 2006 20:08:34 -0000 1.45
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.44 2006/11/29 15:48:57 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.45 2006/11/30 20:08:34 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28 <guide link="/doc/en/gentoo-kernel.xml">
29 @@ -38,8 +38,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.14</version>
34 -<date>2006-07-04</date>
35 +<version>1.15</version>
36 +<date>2006-11-30</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -56,6 +56,16 @@
41 sources we make available to you.
42 </p>
43
44 +<p>
45 +Some of the more uncommon system architectures are not fully compatible with
46 +Linux 2.6, and some users prefer the tried-and-tested Linux 2.4 kernel. However,
47 +please note that Linux 2.4 is currently not being developed further - only bug
48 +and security fixes are being included in the newer releases. If you are able to,
49 +we suggest that you upgrade to Linux 2.6. You may find the <uri
50 +link="/doc/en/migration-to-2.6.xml">migration document</uri> useful.
51 +</p>
52 +
53 +
54 </body>
55 </section>
56 </chapter>
57 @@ -91,24 +101,18 @@
58 </p>
59
60 <p>
61 -<c>gentoo-sources</c> is a kernel based on Linux 2.6, with various kernel
62 -patches included to fix security problems, kernel bugs, and to increase
63 -compatibility with the more uncommon system architectures. Linux 2.6 is
64 -the current official stable kernel tree, and development is progressing
65 -rapidly. For highest performance, best hardware support, and its large
66 -new feature set, we recommend 2.6 over its older 2.4 counterpart.
67 +<c>gentoo-sources</c> is a kernel based on Linux 2.6, lightly patched to fix
68 +security problems, kernel bugs, and to increase compatibility with the more
69 +uncommon system architectures. Linux 2.6 is the current official stable kernel
70 +tree, and development is progressing rapidly. For highest performance, best
71 +hardware support, and its large new feature set, we recommend 2.6 over its older
72 +2.4 counterpart.
73 </p>
74
75 <p>
76 -Some of the more uncommon system architectures are not fully compatible with
77 -Linux 2.6, and some users prefer to the tried-and-tested Linux 2.4 kernel;
78 -for this reason we provide <c>gentoo-sources</c> (the 2.4 version). The
79 -patches included in this kernel are similar to those included in its 2.6
80 -counterpart, plus a number of patches designed to add functionality and
81 -improve performance. Linux 2.4 is currently not being developed further - only
82 -bug and security fixes are being included in the newer releases. If you are
83 -able to, we suggest that you upgrade to Linux 2.6. You may find the
84 -<uri link="/doc/en/migration-to-2.6.xml">migration document</uri> useful.
85 +The 2.4 <c>gentoo-sources</c> kernel patches are similar to those included in
86 +its 2.6 counterpart, plus a number of patches designed to add functionality and
87 +improve performance.
88 </p>
89
90 <p>
91 @@ -122,42 +126,6 @@
92 </body>
93 </section>
94 <section>
95 -<title>Plain kernels: vanilla-sources</title>
96 -<body>
97 -
98 -<p>
99 -The next kernel sources that many of you will probably be familiar with
100 -as Linux users are the <c>vanilla-sources</c>. These are the official kernel
101 -sources released on <uri>http://www.kernel.org/</uri>. Please note that we do
102 -not patch these kernels at all - these are purely for people who wish to run
103 -a completely unmodified Linux kernel.
104 -</p>
105 -
106 -<p>
107 -Similar to <c>gentoo-sources</c>, two versions of the kernel can be found
108 -under this package: 2.4 and 2.6.
109 -</p>
110 -
111 -<p>
112 -Linux 2.4 is maintained by Marcelo Tosatti. Linus Torvalds, the original
113 -creator of Linux, handed maintainership of the Linux 2.4 branch over to
114 -Marcelo when Linus went off to start developing the newer 2.6 kernel tree.
115 -Marcelo has done a fine job of keeping 2.4 stable and secure, and is now
116 -only accepting security and bug fixes into the 2.4 kernel tree. Actual
117 -development happens in the Linux 2.6 kernel tree.
118 -</p>
119 -
120 -<p>
121 -Linux 2.6 is maintained by Andrew Morton, who works closely with Linus
122 -Torvalds to deliver a fast, powerful, and feature-packed Linux kernel.
123 -Development is happening at incredible pace and this kernel tree is now very
124 -mature.
125 -</p>
126 -
127 -</body>
128 -</section>
129 -
130 -<section>
131 <title>For servers: hardened-sources and rsbac-sources</title>
132 <body>
133
134 @@ -331,6 +299,42 @@
135
136 </body>
137 </section>
138 +<section>
139 +<title>vanilla-sources</title>
140 +<body>
141 +
142 +<p>
143 +The next kernel sources that many of you will probably be familiar with as Linux
144 +users are the <c>vanilla-sources</c>. These are the official kernel sources
145 +released on <uri>http://www.kernel.org/</uri>. Please note that we do not patch
146 +these kernels at all - these are purely for people who wish to run a completely
147 +unmodified Linux kernel. We recommend that you use <c>gentoo-sources</c>
148 +instead.
149 +</p>
150 +
151 +<p>
152 +Similar to <c>gentoo-sources</c>, two versions of the kernel can be found
153 +under this package: 2.4 and 2.6.
154 +</p>
155 +
156 +<p>
157 +Linux 2.4 is maintained by Marcelo Tosatti. Linus Torvalds, the original
158 +creator of Linux, handed maintainership of the Linux 2.4 branch over to
159 +Marcelo when Linus went off to start developing the newer 2.6 kernel tree.
160 +Marcelo has done a fine job of keeping 2.4 stable and secure, and is now
161 +only accepting security and bug fixes into the 2.4 kernel tree. Actual
162 +development happens in the Linux 2.6 kernel tree.
163 +</p>
164 +
165 +<p>
166 +Linux 2.6 is maintained by Andrew Morton, who works closely with Linus
167 +Torvalds to deliver a fast, powerful, and feature-packed Linux kernel.
168 +Development is happening at incredible pace and this kernel tree is now very
169 +mature.
170 +</p>
171 +
172 +</body>
173 +</section>
174 </chapter>
175
176 <chapter>
177
178
179
180 --
181 gentoo-doc-cvs@g.o mailing list