… | |
… | |
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/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
6 | |
6 | |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.53 2013/12/17 10:38:05 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.54 2014/04/12 06:13:45 swift Exp $ --> |
8 | |
8 | |
9 | <sections> |
9 | <sections> |
10 | |
10 | |
11 | <abstract> |
11 | <abstract> |
12 | The Linux kernel is the core of every distribution. This chapter |
12 | The Linux kernel is the core of every distribution. This chapter |
13 | explains how to configure your kernel. |
13 | explains how to configure your kernel. |
14 | </abstract> |
14 | </abstract> |
15 | |
15 | |
16 | <version>23</version> |
16 | <version>24</version> |
17 | <date>2013-12-17</date> |
17 | <date>2014-04-12</date> |
18 | |
18 | |
19 | <section> |
19 | <section> |
20 | <title>Installing the Sources</title> |
20 | <title>Installing the Sources</title> |
21 | <subsection> |
21 | <subsection> |
22 | <title>Choosing a Kernel</title> |
22 | <title>Choosing a Kernel</title> |
… | |
… | |
322 | </pre> |
322 | </pre> |
323 | |
323 | |
324 | <p> |
324 | <p> |
325 | When the kernel has finished compiling, copy the kernel image to |
325 | When the kernel has finished compiling, copy the kernel image to |
326 | <path>/boot</path>. Use whatever name you feel is appropriate for your kernel |
326 | <path>/boot</path>. Use whatever name you feel is appropriate for your kernel |
327 | choice and remember it as you will need it later on when you configure your |
327 | choice but make sure it starts with <path>linux-</path> or <path>vmlinuz-</path> |
|
|
328 | so that the boot loader scripts can automatically detect the new kernels later. |
328 | bootloader. Remember to replace <c><keyval id="kernel-name"/></c> with the |
329 | Remember to replace <c><keyval id="kernel-name"/></c> with the name and version |
329 | name and version of your kernel. |
330 | of your kernel. |
330 | </p> |
331 | </p> |
331 | |
332 | |
332 | <pre caption="Installing the kernel"> |
333 | <pre caption="Installing the kernel"> |
333 | # <i>cp arch/<keyval id="arch-sub"/>/boot/bzImage /boot/<keyval id="kernel-name"/></i> |
334 | # <i>cp arch/<keyval id="arch-sub"/>/boot/bzImage /boot/<keyval id="kernel-name"/></i> |
334 | </pre> |
335 | </pre> |