| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.65 2012/06/18 22:40:15 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.66 2012/12/31 08:19:10 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Gentoo Linux Kernel Guide</title> |
6 | <title>Gentoo Linux Kernel Guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 40 | |
40 | |
| 41 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
41 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 42 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
42 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 43 | <license/> |
43 | <license/> |
| 44 | |
44 | |
| 45 | <version>6</version> |
45 | <version>7</version> |
| 46 | <date>2012-06-18</date> |
46 | <date>2012-12-31</date> |
| 47 | |
47 | |
| 48 | <chapter> |
48 | <chapter> |
| 49 | <title>Introduction</title> |
49 | <title>Introduction</title> |
| 50 | <section> |
50 | <section> |
| 51 | <body> |
51 | <body> |
| … | |
… | |
| 157 | <section> |
157 | <section> |
| 158 | <title>Architecture dependent kernels</title> |
158 | <title>Architecture dependent kernels</title> |
| 159 | <body> |
159 | <body> |
| 160 | |
160 | |
| 161 | <p> |
161 | <p> |
| 162 | <c>cell-sources</c>, <c>mips-sources</c>, and <c>xbox-sources</c> are, as their |
162 | <c>mips-sources</c> and <c>xbox-sources</c> are, as their names suggest, patched |
| 163 | names suggest, patched to run best on specific architectures. They also contain |
163 | to run best on specific architectures. They also contain some of the patches for |
| 164 | some of the patches for hardware and features support from the other patch sets |
164 | hardware and features support from the other patch sets mentioned above and |
| 165 | mentioned above and below. |
165 | below. |
| 166 | </p> |
166 | </p> |
| 167 | |
167 | |
| 168 | </body> |
168 | </body> |
| 169 | </section> |
169 | </section> |
| 170 | </chapter> |
170 | </chapter> |
| … | |
… | |
| 299 | </p> |
299 | </p> |
| 300 | |
300 | |
| 301 | </body> |
301 | </body> |
| 302 | </section> |
302 | </section> |
| 303 | <section> |
303 | <section> |
|
|
304 | <title>Architecture dependent kernels</title> |
|
|
305 | <body> |
|
|
306 | |
|
|
307 | <p> |
|
|
308 | <c>cell-sources</c> was a 2.6 kernel designed to run on the Sony PlayStation 3 |
|
|
309 | game console. |
|
|
310 | </p> |
|
|
311 | |
|
|
312 | </body> |
|
|
313 | </section> |
|
|
314 | <section> |
| 304 | <title>development-sources</title> |
315 | <title>development-sources</title> |
| 305 | <body> |
316 | <body> |
| 306 | |
317 | |
| 307 | <p> |
318 | <p> |
| 308 | <c>development-sources</c>, the official 2.6 kernel from kernel.org, can now |
319 | <c>development-sources</c>, the official 2.6 kernel from kernel.org, can now |