| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.6 2004/07/26 09:04:42 dertobi123 Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.7 2004/08/30 17:44:00 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Timezone</title> |
11 | <title>Timezone</title> |
| 12 | <body> |
12 | <body> |
| … | |
… | |
| 91 | <subsection> |
91 | <subsection> |
| 92 | <title>Introduction</title> |
92 | <title>Introduction</title> |
| 93 | <body> |
93 | <body> |
| 94 | |
94 | |
| 95 | <p> |
95 | <p> |
| 96 | Manually configuring a kernel is often seen as the most difficult course every |
96 | Manually configuring a kernel is often seen as the most difficult procedure a |
| 97 | Linux users ever has to go through. Nothing is less true -- after configuring a |
97 | Linux users ever has to perform. Nothing is less true -- after configuring a |
| 98 | couple of kernels you don't even remember that it was difficult ;) |
98 | couple of kernels you don't even remember that it was difficult ;) |
| 99 | </p> |
99 | </p> |
| 100 | |
100 | |
| 101 | <p> |
101 | <p> |
| 102 | However, one thing <e>is</e> true: you must know your system when you start |
102 | However, one thing <e>is</e> true: you must know your system when you start |
| … | |
… | |
| 270 | <comment>(For 2.6 kernel)</comment> |
270 | <comment>(For 2.6 kernel)</comment> |
| 271 | # <i>make && make modules_install</i> |
271 | # <i>make && make modules_install</i> |
| 272 | </pre> |
272 | </pre> |
| 273 | |
273 | |
| 274 | <p> |
274 | <p> |
| 275 | When the kernel is done compiling, copy over the kernel image to |
275 | When the kernel has finished compiling, copy the kernel image to |
| 276 | <path>/boot</path>. In the next example we assume you have configured and |
276 | <path>/boot</path>. In the next example we assume you have configured and |
| 277 | compiled <c>vanilla-sources-2.4.24</c> (which may not be the right kernel for |
277 | compiled <c>vanilla-sources-2.4.24</c> (which may not be the right kernel for |
| 278 | your architecture!): |
278 | your architecture!): |
| 279 | </p> |
279 | </p> |
| 280 | |
280 | |