… | |
… | |
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.19 2007/11/02 23:07:21 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.20 2008/01/12 22:51:31 neysx 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>5.6</version> |
16 | <version>5.7</version> |
17 | <date>2007-11-02</date> |
17 | <date>2008-01-12</date> |
18 | |
18 | |
19 | <section> |
19 | <section> |
20 | <title>Timezone</title> |
20 | <title>Timezone</title> |
21 | <body> |
21 | <body> |
22 | |
22 | |
… | |
… | |
148 | First of all, activate the use of development and experimental code/drivers. |
148 | First of all, activate the use of development and experimental code/drivers. |
149 | You need this, otherwise some very important code/drivers won't show up: |
149 | You need this, otherwise some very important code/drivers won't show up: |
150 | </p> |
150 | </p> |
151 | |
151 | |
152 | <pre caption="Selecting experimental code/drivers"> |
152 | <pre caption="Selecting experimental code/drivers"> |
153 | Code maturity level options ---> |
153 | General setup ---> |
154 | [*] Prompt for development and/or incomplete code/drivers |
154 | [*] Prompt for development and/or incomplete code/drivers |
155 | </pre> |
155 | </pre> |
156 | |
156 | |
157 | <p> |
157 | <p> |
158 | Make sure that every driver that is vital to the booting of your system (such as |
158 | Make sure that every driver that is vital to the booting of your system (such as |