source: BOOK/final-system/x86/linux-headers.xml@ 8a95468

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 8a95468 was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated trunk book sources to use DocBook-XML DTD 4.5.

  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[f097f3e]8<sect1 id="ch-system-linux-headers" role="wrap">
9 <?dbhtml filename="linux-headers.html"?>
[3f8be484]10
[f097f3e]11 <title>Linux-Headers-&linux-headers-version;</title>
[3f8be484]12
[f097f3e]13 <indexterm zone="ch-system-linux-headers">
14 <primary sortas="a-Linux-Headers">Linux-Headers</primary>
[3f8be484]15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
[f097f3e]20 <para>The Linux Headers package contains the
[3f8be484]21 <quote>sanitized</quote> kernel headers.</para>
22
23 </sect2>
24
25 <sect2 role="installation">
[f097f3e]26 <title>Installation of Linux-Headers</title>
[3f8be484]27
[9f08378]28 <para os="a">For years it has been common practice to use
29 <quote>raw</quote> kernel headers (straight from a kernel tarball) in
30 <filename class="directory">/usr/include</filename>, but over the last few
[3f8be484]31 years, the kernel developers have taken a strong stance that this
[4f049972]32 should not be done. This gave birth to the Linux-Libc-Headers Project,
[3f8be484]33 which was designed to maintain an API stable version of the Linux
[9f08378]34 headers. Recently this project stopped producing updates, so the Cross-LFS
35 team started development on our own project to sanitize the headers.</para>
[3f8be484]36
[91f60dc]37 <para os="b">Install the header files that are common to all architectures:</para>
[3f8be484]38
[b5ed314]39<screen os="c"><userinput>install -dv /usr/include
40cp -av include/{asm-generic,linux,mtd,scsi,sound} /usr/include/</userinput></screen>
[3f8be484]41
[91f60dc]42 <para os="d">Install the header files that are specific to this architecture:</para>
43
[b5ed314]44<screen><userinput>cp -av include/asm-i386 /usr/include/asm</userinput></screen>
[91f60dc]45
[3f8be484]46 </sect2>
47
[f097f3e]48 <sect2 id="contents-linux-headers" role="content">
49 <title>Contents of Linux-Headers</title>
[3f8be484]50
51 <segmentedlist>
52 <segtitle>Installed headers</segtitle>
53
54 <seglistitem>
[040521bc]55 <seg>/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</seg>
[3f8be484]56 </seglistitem>
57 </segmentedlist>
58
59 <variablelist>
60 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
61 <?dbfo list-presentation="list"?>
62 <?dbhtml list-presentation="table"?>
63
[f097f3e]64 <varlistentry id="linux-headers">
[3f8be484]65 <term><filename
[040521bc]66 class="headerfile">/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</filename></term>
[3f8be484]67 <listitem>
68 <para>The Linux API headers</para>
[f097f3e]69 <indexterm zone="ch-system-linux-headers linux-headers">
[3f8be484]70 <primary
71 sortas="e-/usr/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary>
72 </indexterm>
73 </listitem>
74 </varlistentry>
75
76 </variablelist>
77
78 </sect2>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.