| … | |
… | |
| 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-alpha-kernel.xml,v 1.49 2012/02/22 21:27:45 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.50 2012/03/27 17:46:07 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>12</version> |
11 | <version>13</version> |
| 12 | <date>2012-02-22</date> |
12 | <date>2012-03-27</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 158 | modem, you will need the following options in the kernel: |
158 | modem, you will need the following options in the kernel: |
| 159 | </p> |
159 | </p> |
| 160 | |
160 | |
| 161 | <pre caption="Selecting PPPoE necessary drivers"> |
161 | <pre caption="Selecting PPPoE necessary drivers"> |
| 162 | Device Drivers ---> |
162 | Device Drivers ---> |
| 163 | Networking support ---> |
163 | Network device support ---> |
| 164 | <*> PPP (point-to-point protocol) support |
164 | <*> PPP (point-to-point protocol) support |
| 165 | <*> PPP support for async serial ports |
165 | <*> PPP support for async serial ports |
| 166 | <*> PPP support for sync tty ports |
166 | <*> PPP support for sync tty ports |
| 167 | </pre> |
167 | </pre> |
| 168 | |
168 | |