This file is indexed.

/usr/share/doc/HOWTO/de-html/DE-Kernel-HOWTO.html is in doc-linux-de 2003.10-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.65">
 <TITLE>Linux Kernel HOWTO</TITLE>
 <LINK HREF="DE-Kernel-HOWTO-1.html" REL=next>


</HEAD>
<BODY>
<A HREF="DE-Kernel-HOWTO-1.html"><IMG SRC="next.png" ALT="Weiter"></A>
<IMG SRC="prev.png" ALT="Zurück">
<IMG SRC="toc.png" ALT="Inhalt">
<HR>
<H1>Linux Kernel HOWTO</H1>

<H2>Brian Ward (<CODE>bri@blah.math.tu-graz.ac.at</CODE>) und         Peter S&uuml;tterlin (<CODE>pit@uni-sw.gwdg.de</CODE>)</H2>v0.80-2, 1. Juli 1998
<HR>
<EM>Dieser Text gibt eine detaillierte Anleitung zu Konfiguration,
Kompilation und Upgrades des Linux-Kernels f&uuml;r ix86-basierte Systeme.</EM>
<HR>
<P>
<H2><A NAME="toc1">1.</A> <A HREF="DE-Kernel-HOWTO-1.html">Einleitung       </A></H2>

<UL>
<LI><A NAME="toc1.1">1.1</A> <A HREF="DE-Kernel-HOWTO-1.html#ss1.1">F&uuml;r wen ist dieser Text? </A>
<LI><A NAME="toc1.2">1.2</A> <A HREF="DE-Kernel-HOWTO-1.html#ss1.2">Copyright</A>
<LI><A NAME="toc1.3">1.3</A> <A HREF="DE-Kernel-HOWTO-1.html#ss1.3">Einige wichtige Vorbemerkungen </A>
</UL>
<P>
<H2><A NAME="toc2">2.</A> <A HREF="DE-Kernel-HOWTO-2.html">Wichtige Fragen und ihre Antworten </A></H2>

<UL>
<LI><A NAME="toc2.1">2.1</A> <A HREF="DE-Kernel-HOWTO-2.html#ss2.1">Was macht der Kernel &uuml;berhaupt?        </A>
<LI><A NAME="toc2.2">2.2</A> <A HREF="DE-Kernel-HOWTO-2.html#ss2.2">Warum sollte ich auf eine neuere Kernelversion umsteigen? </A>
<LI><A NAME="toc2.3">2.3</A> <A HREF="DE-Kernel-HOWTO-2.html#ss2.3">Welche Hardware wird von den neuen Kernels unterst&uuml;tzt?        </A>
<LI><A NAME="toc2.4">2.4</A> <A HREF="DE-Kernel-HOWTO-2.html#ss2.4">Welche Versionen von gcc und libc ben&ouml;tige ich?       </A>
<LI><A NAME="toc2.5">2.5</A> <A HREF="DE-Kernel-HOWTO-2.html#ss2.5">Was ist ein (ladbares) Modul?        </A>
<LI><A NAME="toc2.6">2.6</A> <A HREF="DE-Kernel-HOWTO-2.html#ss2.6">Wieviel Platz auf der Festplatte wird ben&ouml;tigt?        </A>
<LI><A NAME="toc2.7">2.7</A> <A HREF="DE-Kernel-HOWTO-2.html#ss2.7">Wie lange dauert der »Kernelbau«?        </A>
</UL>
<P>
<H2><A NAME="toc3">3.</A> <A HREF="DE-Kernel-HOWTO-3.html">Die Kernelkonfiguration </A></H2>

<UL>
<LI><A NAME="toc3.1">3.1</A> <A HREF="DE-Kernel-HOWTO-3.html#ss3.1">Download der Quellen        </A>
<LI><A NAME="toc3.2">3.2</A> <A HREF="DE-Kernel-HOWTO-3.html#ss3.2">Auspacken der Quellen </A>
<LI><A NAME="toc3.3">3.3</A> <A HREF="DE-Kernel-HOWTO-3.html#ss3.3">Konfiguration des Kernels        </A>
<LI><A NAME="toc3.4">3.4</A> <A HREF="DE-Kernel-HOWTO-3.html#ss3.4">Das Makefile        </A>
</UL>
<P>
<H2><A NAME="toc4">4.</A> <A HREF="DE-Kernel-HOWTO-4.html">Die Kompilierung </A></H2>

<UL>
<LI><A NAME="toc4.1">4.1</A> <A HREF="DE-Kernel-HOWTO-4.html#ss4.1">clean und depend        </A>
<LI><A NAME="toc4.2">4.2</A> <A HREF="DE-Kernel-HOWTO-4.html#ss4.2">make        </A>
<LI><A NAME="toc4.3">4.3</A> <A HREF="DE-Kernel-HOWTO-4.html#ss4.3">Andere Optionen (»Targets«) f&uuml;r make        </A>
<LI><A NAME="toc4.4">4.4</A> <A HREF="DE-Kernel-HOWTO-4.html#ss4.4">Installation des neuen Kernels        </A>
</UL>
<P>
<H2><A NAME="toc5">5.</A> <A HREF="DE-Kernel-HOWTO-5.html">Patchen des Kernels  </A></H2>

<UL>
<LI><A NAME="toc5.1">5.1</A> <A HREF="DE-Kernel-HOWTO-5.html#ss5.1">Einspielen eines Patches </A>
<LI><A NAME="toc5.2">5.2</A> <A HREF="DE-Kernel-HOWTO-5.html#ss5.2">Was tun bei Fehlern? </A>
<LI><A NAME="toc5.3">5.3</A> <A HREF="DE-Kernel-HOWTO-5.html#ss5.3">Diese l&auml;stigen .orig Dateien... </A>
<LI><A NAME="toc5.4">5.4</A> <A HREF="DE-Kernel-HOWTO-5.html#ss5.4">Andere Patches </A>
</UL>
<P>
<H2><A NAME="toc6">6.</A> <A HREF="DE-Kernel-HOWTO-6.html">Zus&auml;tzliche Pakete </A></H2>

<UL>
<LI><A NAME="toc6.1">6.1</A> <A HREF="DE-Kernel-HOWTO-6.html#ss6.1">kbd        </A>
<LI><A NAME="toc6.2">6.2</A> <A HREF="DE-Kernel-HOWTO-6.html#ss6.2">util-linux        </A>
<LI><A NAME="toc6.3">6.3</A> <A HREF="DE-Kernel-HOWTO-6.html#ss6.3">hdparm        </A>
<LI><A NAME="toc6.4">6.4</A> <A HREF="DE-Kernel-HOWTO-6.html#ss6.4">gpm        </A>
</UL>
<P>
<H2><A NAME="toc7">7.</A> <A HREF="DE-Kernel-HOWTO-7.html">Einige Fu&szlig;angeln  </A></H2>

<UL>
<LI><A NAME="toc7.1">7.1</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.1">make clean </A>
<LI><A NAME="toc7.2">7.2</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.2">Sehr gro&szlig;e und/oder langsame Kernel        </A>
<LI><A NAME="toc7.3">7.3</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.3">Die Kernel-Kompilierung schl&auml;gt fehl </A>
<LI><A NAME="toc7.4">7.4</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.4">Der neu installierte Kernel bootet nicht </A>
<LI><A NAME="toc7.5">7.5</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.5">LILO vergessen: Das System bootet nicht mehr </A>
<LI><A NAME="toc7.6">7.6</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.6">»warning: bdflush not running«        </A>
<LI><A NAME="toc7.7">7.7</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.7">Mein IDE-/ATAPI-CD-ROM-Laufwerk wird nicht erkannt        </A>
<LI><A NAME="toc7.8">7.8</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.8">»obsolete routing requests«       </A>
<LI><A NAME="toc7.9">7.9</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.9">»Not a compressed kernel Image file« </A>
<LI><A NAME="toc7.10">7.10</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.10">Console-Probleme nach dem Upgrade auf 1.3.x oder sp&auml;ter        </A>
<LI><A NAME="toc7.11">7.11</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.11">Seit dem Kernel-Upgrade kann ich nichts mehr kompilieren </A>
<LI><A NAME="toc7.12">7.12</A> <A HREF="DE-Kernel-HOWTO-7.html#ss7.12">Erh&ouml;hung von Systembeschr&auml;nkungen</A>
</UL>
<P>
<H2><A NAME="toc8">8.</A> <A HREF="DE-Kernel-HOWTO-8.html">Hinweise zum Upgrade auf Version 2.0      </A></H2>

<P>
<H2><A NAME="toc9">9.</A> <A HREF="DE-Kernel-HOWTO-9.html">Module       </A></H2>

<UL>
<LI><A NAME="toc9.1">9.1</A> <A HREF="DE-Kernel-HOWTO-9.html#ss9.1">Installation der Hilfsprogramme        </A>
<LI><A NAME="toc9.2">9.2</A> <A HREF="DE-Kernel-HOWTO-9.html#ss9.2">Die Module der Standard-Kerneldistribution </A>
</UL>
<P>
<H2><A NAME="toc10">10.</A> <A HREF="DE-Kernel-HOWTO-10.html">Andere Konfigurationsoptionen </A></H2>

<UL>
<LI><A NAME="toc10.1">10.1</A> <A HREF="DE-Kernel-HOWTO-10.html#ss10.1">General setup </A>
</UL>
<P>
<H2><A NAME="toc11">11.</A> <A HREF="DE-Kernel-HOWTO-11.html">Tips und Tricks </A></H2>

<UL>
<LI><A NAME="toc11.1">11.1</A> <A HREF="DE-Kernel-HOWTO-11.html#ss11.1">Umlenken der Ausgabe von make oder patch </A>
<LI><A NAME="toc11.2">11.2</A> <A HREF="DE-Kernel-HOWTO-11.html#ss11.2">Kernel updates </A>
</UL>
<P>
<H2><A NAME="toc12">12.</A> <A HREF="DE-Kernel-HOWTO-12.html">Andere n&uuml;tzliche Dokumente </A></H2>

<HR>
<A HREF="DE-Kernel-HOWTO-1.html"><IMG SRC="next.png" ALT="Weiter"></A>
<IMG SRC="prev.png" ALT="Zurück">
<IMG SRC="toc.png" ALT="Inhalt">
</BODY>
</HTML>