| … | |
… | |
| 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.13 2007/05/20 20:32:23 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.14 2007/07/27 18:38:09 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>5.1</version> |
16 | <version>5.2</version> |
| 17 | <date>2007-05-15</date> |
17 | <date>2007-07-27</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>Timezone</title> |
20 | <title>Timezone</title> |
| 21 | <body> |
21 | <body> |
| 22 | |
22 | |
| … | |
… | |
| 247 | |
247 | |
| 248 | <pre caption="Activating DMA"> |
248 | <pre caption="Activating DMA"> |
| 249 | Device Drivers ---> |
249 | Device Drivers ---> |
| 250 | ATA/ATAPI/MFM/RLL support ---> |
250 | ATA/ATAPI/MFM/RLL support ---> |
| 251 | [*] Generic PCI bus-master DMA support |
251 | [*] Generic PCI bus-master DMA support |
| 252 | [*] Use PCI DMA by default when available |
|
|
| 253 | </pre> |
252 | </pre> |
| 254 | |
253 | |
| 255 | <p> |
254 | <p> |
| 256 | If you are using PPPoE to connect to the Internet or you are using a dial-up |
255 | If you are using PPPoE to connect to the Internet or you are using a dial-up |
| 257 | modem, you will need the following options in the kernel: |
256 | modem, you will need the following options in the kernel: |