| … | |
… | |
| 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.12 2005/03/04 23:11:06 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.13 2005/03/25 15:50:12 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.8</version> |
11 | <version>1.9</version> |
| 12 | <date>2005-03-04</date> |
12 | <date>2005-03-25</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 167 | <title>Compiling and Installing</title> |
167 | <title>Compiling and Installing</title> |
| 168 | <body> |
168 | <body> |
| 169 | |
169 | |
| 170 | <p> |
170 | <p> |
| 171 | Now that your kernel is configured, it is time to compile and install it. Exit |
171 | Now that your kernel is configured, it is time to compile and install it. Exit |
| 172 | the configuration and run <c>make dep && make vmlinux modules |
172 | the configuration and start the compilation process: |
| 173 | modules_install</c>: |
|
|
| 174 | </p> |
173 | </p> |
| 175 | |
174 | |
| 176 | <pre caption="Compiling the kernel"> |
175 | <pre caption="Compiling the kernel"> |
| 177 | <comment>(For 2.4 kernel)</comment> |
176 | <comment>(For 2.4 kernel)</comment> |
| 178 | # <i>make dep && make vmlinux modules modules_install</i> |
177 | # <i>make dep && make vmlinux modules modules_install</i> |