… | |
… | |
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-ppc-kernel.xml,v 1.9 2004/08/29 12:19:55 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.10 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 |
… | |
… | |
235 | <pre caption="Compiling the kernel"> |
235 | <pre caption="Compiling the kernel"> |
236 | # <i>make all && make modules_install</i> |
236 | # <i>make all && make modules_install</i> |
237 | </pre> |
237 | </pre> |
238 | |
238 | |
239 | <p> |
239 | <p> |
240 | When the kernel is done compiling, copy over the kernel image to |
240 | When the kernel has finished compiling, copy the kernel image to |
241 | <path>/boot</path>. |
241 | <path>/boot</path>. |
242 | </p> |
242 | </p> |
243 | |
243 | |
244 | <pre caption="Installing the kernel"> |
244 | <pre caption="Installing the kernel"> |
245 | <comment>replace 2.6.7 with your kernel-version</comment> |
245 | <comment>replace 2.6.7 with your kernel-version</comment> |