| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.24 2005/03/28 11:44:23 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.25 2005/04/18 13:49:51 swift Exp $ --> |
| 3 | |
3 | |
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | <guide link="/doc/en/gentoo-kernel.xml"> |
5 | <guide link="/doc/en/gentoo-kernel.xml"> |
| 6 | <title>Gentoo Linux Kernel Guide</title> |
6 | <title>Gentoo Linux Kernel Guide</title> |
| 7 | <author title="Author"> |
7 | <author title="Author"> |
| … | |
… | |
| 31 | provides through Portage. |
31 | provides through Portage. |
| 32 | </abstract> |
32 | </abstract> |
| 33 | |
33 | |
| 34 | <license/> |
34 | <license/> |
| 35 | |
35 | |
| 36 | <version>1.1</version> |
36 | <version>1.2</version> |
| 37 | <date>2005-03-28</date> |
37 | <date>2005-04-18</date> |
| 38 | |
38 | |
| 39 | <chapter> |
39 | <chapter> |
| 40 | <title>Introduction</title> |
40 | <title>Introduction</title> |
| 41 | <section> |
41 | <section> |
| 42 | <body> |
42 | <body> |
| … | |
… | |
| 217 | <section> |
217 | <section> |
| 218 | <title>ck-sources</title> |
218 | <title>ck-sources</title> |
| 219 | <body> |
219 | <body> |
| 220 | |
220 | |
| 221 | <p> |
221 | <p> |
| 222 | <c>ck-sources</c> is Con Kolivas's kernel patch set. This kernel is |
222 | <c>ck-sources</c> is Con Kolivas's kernel patch set. This patchset is |
| 223 | <e>HIGHLY</e> tuned for desktop performance at the expense of |
223 | primarily designed to improve system responsiveness and interactivity and is |
| 224 | throughput and some of the scheduler's ability to prioritize |
224 | configurable for varying workloads (from servers to desktops). The patchset is |
| 225 | applications. Con Kolivas benchmarks kernels to find the best |
225 | also quite mature and has been put through numerous iterations of development |
| 226 | combination of features for desktop use. See |
226 | and tuning. The emphasis of each release is on stability and security. Support |
| 227 | <uri>http://kernel.kolivas.org</uri> for more information on Con and his |
227 | and information is available at <uri>http://kernel.kolivas.org</uri> and in |
| 228 | patches. |
228 | <c>#ck</c> on <c>irc.oftc.net</c>. |
| 229 | </p> |
229 | </p> |
| 230 | |
230 | |
| 231 | </body> |
231 | </body> |
| 232 | </section> |
232 | </section> |
| 233 | <section> |
233 | <section> |