| … | |
… | |
| 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-mips-kernel.xml,v 1.4 2004/07/18 10:29:59 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.5 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> |
| … | |
… | |
| 87 | <subsection> |
87 | <subsection> |
| 88 | <title>Introduction</title> |
88 | <title>Introduction</title> |
| 89 | <body> |
89 | <body> |
| 90 | |
90 | |
| 91 | <p> |
91 | <p> |
| 92 | Manually configuring a kernel is often seen as the most difficult course every |
92 | Manually configuring a kernel is often seen as the most difficult procedure a |
| 93 | Linux users ever has to go through. Nothing is less true -- after configuring a |
93 | Linux users ever has to perform. Nothing is less true -- after configuring a |
| 94 | couple of kernels you don't even remember that it was difficult ;) |
94 | couple of kernels you don't even remember that it was difficult ;) |
| 95 | </p> |
95 | </p> |
| 96 | |
96 | |
| 97 | <p> |
97 | <p> |
| 98 | However, one thing <e>is</e> true: you must know your system when you start |
98 | However, one thing <e>is</e> true: you must know your system when you start |
| … | |
… | |
| 348 | <comment>(For 2.6 kernel)</comment> |
348 | <comment>(For 2.6 kernel)</comment> |
| 349 | # <i>make && make modules_install</i> |
349 | # <i>make && make modules_install</i> |
| 350 | </pre> |
350 | </pre> |
| 351 | |
351 | |
| 352 | <p> |
352 | <p> |
| 353 | When the kernel is done compiling, copy over the kernel image to |
353 | When the kernel has finished compiling, copy the kernel image to |
| 354 | <path>/boot</path>. |
354 | <path>/boot</path>. |
| 355 | </p> |
355 | </p> |
| 356 | |
356 | |
| 357 | <pre caption="Installing the kernel"> |
357 | <pre caption="Installing the kernel"> |
| 358 | # <i>cp vmlinux /boot/kernel-2.4.24</i> |
358 | # <i>cp vmlinux /boot/kernel-2.4.24</i> |