| … | |
… | |
| 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-alpha-kernel.xml,v 1.5 2004/07/18 10:29:59 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.6 2004/08/21 04:43:14 vapier Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Timezone</title> |
11 | <title>Timezone</title> |
| 12 | <body> |
12 | <body> |
| … | |
… | |
| 291 | <comment>(For 2.4 kernel)</comment> |
291 | <comment>(For 2.4 kernel)</comment> |
| 292 | # <i>make dep && make vmlinux modules modules_install</i> |
292 | # <i>make dep && make vmlinux modules modules_install</i> |
| 293 | |
293 | |
| 294 | <comment>(For 2.6 kernel)</comment> |
294 | <comment>(For 2.6 kernel)</comment> |
| 295 | # <i>make && make modules_install</i> |
295 | # <i>make && make modules_install</i> |
|
|
296 | |
|
|
297 | <comment>(For all kernels)</comment> |
|
|
298 | # <i>make boot</i> |
| 296 | </pre> |
299 | </pre> |
| 297 | |
300 | |
| 298 | <p> |
301 | <p> |
| 299 | When the kernel is done compiling, copy over the kernel image to |
302 | When the kernel is done compiling, copy over the kernel image to |
| 300 | <path>/boot</path>. In the next example we assume you have configured and |
303 | <path>/boot</path>. In the next example we assume you have configured and |
| 301 | compiled <c>vanilla-sources-2.4.24</c>: |
304 | compiled <c>vanilla-sources-2.4.24</c>: |
| 302 | </p> |
305 | </p> |
| 303 | |
306 | |
| 304 | <pre caption="Installing the kernel"> |
307 | <pre caption="Installing the kernel"> |
| 305 | # <i>cp vmlinux /boot/kernel-2.4.24</i> |
308 | # <i>cp arch/alpha/boot/vmlinux.gz /boot/</i> |
| 306 | # <i>cp System.map /boot/System.map-2.4.24</i> |
309 | # <i>cp System.map /boot/System.map-2.4.24</i> |
| 307 | </pre> |
310 | </pre> |
| 308 | |
311 | |
| 309 | <p> |
312 | <p> |
| 310 | It is also wise to copy over your kernel configuration file to |
313 | It is also wise to copy over your kernel configuration file to |