| … | |
… | |
| 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.9 2004/09/19 19:49:17 vapier Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.10 2004/10/20 09:32:44 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Timezone</title> |
11 | <title>Timezone</title> |
| 12 | <body> |
12 | <body> |
| … | |
… | |
| 299 | </pre> |
299 | </pre> |
| 300 | |
300 | |
| 301 | <p> |
301 | <p> |
| 302 | When the kernel has finished compiling, copy the kernel image to |
302 | When the kernel has finished compiling, copy the kernel image to |
| 303 | <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 |
| 304 | compiled <c>vanilla-sources-2.4.24</c>: |
304 | compiled <c>vanilla-sources-2.4.24</c>; recent kernels might create |
|
|
305 | <path>vmlinux</path> instead of <path>vmlinux.gz</path>. |
| 305 | </p> |
306 | </p> |
| 306 | |
307 | |
| 307 | <pre caption="Installing the kernel"> |
308 | <pre caption="Installing the kernel"> |
| 308 | # <i>cp arch/alpha/boot/vmlinux.gz /boot/</i> |
309 | # <i>cp arch/alpha/boot/vmlinux.gz /boot/</i> |
| 309 | # <i>cp System.map /boot/System.map-2.4.24</i> |
310 | # <i>cp System.map /boot/System.map-2.4.24</i> |