| … | |
… | |
| 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.31 2009/11/30 19:00:28 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.32 2010/07/13 00:53:51 nightmorph 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>7.3</version> |
16 | <version>7.4</version> |
| 17 | <date>2009-11-30</date> |
17 | <date>2010-07-12</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>Timezone</title> |
20 | <title>Timezone</title> |
| 21 | <body> |
21 | <body> |
| 22 | |
22 | |
| … | |
… | |
| 159 | want this option. |
159 | want this option. |
| 160 | </p> |
160 | </p> |
| 161 | |
161 | |
| 162 | <pre caption="Selecting processor type and features"> |
162 | <pre caption="Selecting processor type and features"> |
| 163 | Processor type and features ---> |
163 | Processor type and features ---> |
| 164 | [ ] Machine Check Exception |
164 | [ ] Machine Check / overheating reporting |
| 165 | [ ] Intel MCE Features |
165 | [ ] Intel MCE Features |
| 166 | [ ] AMD MCE Features |
166 | [ ] AMD MCE Features |
| 167 | Processor family (AMD-Opteron/Athlon64) ---> |
167 | Processor family (AMD-Opteron/Athlon64) ---> |
| 168 | ( ) Opteron/Athlon64/Hammer/K8 |
168 | ( ) Opteron/Athlon64/Hammer/K8 |
| 169 | ( ) Intel P4 / older Netburst based Xeon |
169 | ( ) Intel P4 / older Netburst based Xeon |
| 170 | ( ) Core 2/newer Xeon |
170 | ( ) Core 2/newer Xeon |
|
|
171 | ( ) Intel Atom |
| 171 | ( ) Generic-x86-64 |
172 | ( ) Generic-x86-64 |
| 172 | Executable file formats / Emulations ---> |
173 | Executable file formats / Emulations ---> |
| 173 | [*] IA32 Emulation |
174 | [*] IA32 Emulation |
| 174 | </pre> |
175 | </pre> |
| 175 | |
176 | |