This file is indexed.

/usr/share/doc/HOWTO/de-html/DE-Kernel-HOWTO-10.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
127
<!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: Andere Konfigurationsoptionen </TITLE>
 <LINK HREF="DE-Kernel-HOWTO-11.html" REL=next>
 <LINK HREF="DE-Kernel-HOWTO-9.html" REL=previous>
 <LINK HREF="DE-Kernel-HOWTO.html#toc10" REL=contents>
</HEAD>
<BODY>
<A HREF="DE-Kernel-HOWTO-11.html"><IMG SRC="next.png" ALT="Weiter"></A>
<A HREF="DE-Kernel-HOWTO-9.html"><IMG SRC="prev.png" ALT="Zurück"></A>
<A HREF="DE-Kernel-HOWTO.html#toc10"><IMG SRC="toc.png" ALT="Inhalt"></A>
<HR>
<H2><A NAME="s10">10.</A> <A HREF="DE-Kernel-HOWTO.html#toc10">Andere Konfigurationsoptionen </A></H2>


<P>In diesem Abschnitt werden einige weitere Optionen der
Kernel-Konfiguration mit <CODE>make config</CODE> n&auml;her erl&auml;utert.</P>

<H2><A NAME="ss10.1">10.1</A> <A HREF="DE-Kernel-HOWTO.html#toc10.1">General setup </A>
</H2>


<P>
<DL>
<DT><B>Normal floppy disk support</B><DD>
<P>
<!--
Diskettenlaufwerke!Treiber
-->

<!--
Kernel!Treiber!Diskettenlaufwerke
-->

Modulf&auml;hig (spart auch 50&nbsp;kB). Besitzer eines 
IBM Thinkpad sollten aber unbedingt <CODE>drivers/block/README.fd</CODE>
lesen. Auch anderen kann das nicht schaden.</P>

<DT><B>XT harddisk support</B><DD>
<P>
<!--
Festplatten!XT-Schnittstelle
-->

<!--
Kernel!Treiber!Festplatten!XT-Schnittstelle
-->

Hat noch jemand einen alten, verstaubten 8&nbsp;Bit XT Festplattencontroller?
Dann kann er hier mit <CODE>y</CODE> antworten und ihn auch unter Linux
verwenden.</P>

<DT><B>PCI bios support</B><DD>
<P>
<!--
PCI-Treiber
-->

<!--
Kernel!Treiber!PCI
-->

Wer ein PCI-Mainboard hat, kann das
mal ausprobieren. Aber Vorsicht, einige &auml;ltere Mainboards k&ouml;nnen
dadurch abst&uuml;rzen. Weitere Informationen enth&auml;lt das 
<EM>
<A HREF="http://metalab.unc.edu/LDP/HOWTO/PCI-HOWTO.html">PCI HOWTO</A></EM>.</P>

<DT><B>Kernel support for ELF binaries</B><DD>
<P>
<!--
ELF-Format
-->

<!--
Kernel!Treiber!ELF-Format
-->

ELF (<B>E</B>xecutable <B>L</B>ink <B>F</B>ormat) ist das bevorzugte
Bin&auml;rformat der neueren Linux-Distributionen; man wird hier also wohl
meist <CODE>y</CODE> antworten.</P>

<DT><B>Kernel support for a.out binaries</B><DD>
<P>
<!--
a.out-Format
-->

<!--
Kernel!Treiber!a.out-Format
-->

Das alte Bin&auml;rformat. Kann als Modul kompiliert werden. Da noch
einige Programme im <CODE>a.out</CODE> Format im Umlauf sind, ist es eine
gute Idee, dieses Format zu unterst&uuml;tzen.</P>

<DT><B>Set version information on all symbols for modules</B><DD>
<P>
<!--
Kernel!Treiber!Module
-->

Bislang mu&szlig;ten Module explizit f&uuml;r jede Kernelversion neu kompiliert
werden. Wenn man hier mit <CODE>y</CODE> antwortet, kann man auch Module
von anderen Kernel-Versionen benutzen. In diesem Fall sollte man aber
unbedingt die Datei <CODE>/usr/src/linux/Documentation/modules.txt</CODE>
lesen.</P>

<DT><B>Networking options</B><DD>
<P>
<!--
Kernel!Treiber!Netzwerk
-->

Siehe dazu das <EM>
<A HREF="DE-NET3-HOWTO.html">NET-3 HOWTO</A></EM>.</P>
</DL>
</P>

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