| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | |
3 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.1 2004/11/09 22:05:05 neysx Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.2 2004/11/14 10:18:15 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <guide link="/doc/en/migration-to-2.6.xml"> |
6 | <guide link="/doc/en/migration-to-2.6.xml"> |
| 7 | |
7 | |
| 8 | <title>The complete Gentoo Linux 2.6 migration guide</title> |
8 | <title>The complete Gentoo Linux 2.6 migration guide</title> |
| 9 | |
9 | |
| … | |
… | |
| 23 | <abstract> |
23 | <abstract> |
| 24 | This document will aid you in the process of migrating from Linux 2.4 to Linux |
24 | This document will aid you in the process of migrating from Linux 2.4 to Linux |
| 25 | 2.6, devfs to udev and OSS to ALSA. |
25 | 2.6, devfs to udev and OSS to ALSA. |
| 26 | </abstract> |
26 | </abstract> |
| 27 | |
27 | |
| 28 | <version>0.1.0</version> |
28 | <version>0.1.1</version> |
| 29 | <date>November 9, 2004</date> |
29 | <date>November 14, 2004</date> |
| 30 | |
30 | |
| 31 | <chapter> |
31 | <chapter> |
| 32 | <title>Introduction</title> |
32 | <title>Introduction</title> |
| 33 | |
33 | |
| 34 | <section> |
34 | <section> |
| … | |
… | |
| 886 | should now update your Linux kernel header files and re-merge glibc so that |
886 | should now update your Linux kernel header files and re-merge glibc so that |
| 887 | userspace applications can take advantage of new Linux 2.6 features. |
887 | userspace applications can take advantage of new Linux 2.6 features. |
| 888 | </p> |
888 | </p> |
| 889 | |
889 | |
| 890 | <pre caption="Updating to linux26-headers"> |
890 | <pre caption="Updating to linux26-headers"> |
|
|
891 | # <i>emerge unmerge linux-headers</i> |
| 891 | # <i>emerge linux26-headers</i> |
892 | # <i>emerge linux26-headers</i> |
| 892 | # <i>emerge unmerge linux-headers</i> |
|
|
| 893 | </pre> |
893 | </pre> |
| 894 | |
894 | |
| 895 | <p> |
895 | <p> |
| 896 | After updating your headers package, you should generally re-merge glibc. |
896 | After updating your headers package, you should generally re-merge glibc. |
| 897 | There is a new feature here that you may be interested in - NPTL. NPTL is a new |
897 | There is a new feature here that you may be interested in - NPTL. NPTL is a new |