source: final-system/x86/linux-headers.xml@ 605ae1a

Last change on this file since 605ae1a was d7bb8c7, checked in by Ken Moffat <zarniwhoop@…>, 18 years ago

Remove reference to include/net which is no longer in the headers. NB the dated header tarball isn't showing up at cross-lfs yet.

  • Property mode set to 100644
File size: 2.8 KB
RevLine 
[bf8c11f]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[e85011e4]8<sect1 id="ch-system-linux-headers" role="wrap">
9 <?dbhtml filename="linux-headers.html"?>
[bf8c11f]10
[e85011e4]11 <title>Linux-Headers-&linux-headers-version;</title>
[bf8c11f]12
[e85011e4]13 <indexterm zone="ch-system-linux-headers">
14 <primary sortas="a-Linux-Headers">Linux-Headers</primary>
[bf8c11f]15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
[e85011e4]20 <para>The Linux Headers package contains the
[bf8c11f]21 <quote>sanitized</quote> kernel headers.</para>
22
23 </sect2>
24
25 <sect2 role="installation">
[e85011e4]26 <title>Installation of Linux-Headers</title>
[bf8c11f]27
[1e59f09]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
[bf8c11f]31 years, the kernel developers have taken a strong stance that this
[3992491]32 should not be done. This gave birth to the Linux-Libc-Headers Project,
[bf8c11f]33 which was designed to maintain an API stable version of the Linux
[1e59f09]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>
[bf8c11f]36
[4677eac]37 <para os="b">Install the header files that are common to all architectures:</para>
[bf8c11f]38
[d7bb8c7]39<screen os="c"><userinput>install -dv /usr/include/{asm,asm-generic,linux,mtd,scsi,sound}
[4677eac]40cp -av include/asm-generic/* /usr/include/asm-generic
[dfac829]41cp -av include/linux/* /usr/include/linux
42cp -av include/mtd/* /usr/include/mtd
[e85011e4]43cp -av include/scsi/* /usr/include/scsi
44cp -av include/sound/* /usr/include/sound</userinput></screen>
[bf8c11f]45
[4677eac]46 <para os="d">Install the header files that are specific to this architecture:</para>
47
48<screen><userinput>cp -av include/asm-i386/* /usr/include/asm</userinput></screen>
49
[bf8c11f]50 </sect2>
51
[e85011e4]52 <sect2 id="contents-linux-headers" role="content">
53 <title>Contents of Linux-Headers</title>
[bf8c11f]54
55 <segmentedlist>
56 <segtitle>Installed headers</segtitle>
57
58 <seglistitem>
59 <seg>/usr/include/{asm,linux}/*.h</seg>
60 </seglistitem>
61 </segmentedlist>
62
63 <variablelist>
64 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
65 <?dbfo list-presentation="list"?>
66 <?dbhtml list-presentation="table"?>
67
[e85011e4]68 <varlistentry id="linux-headers">
[bf8c11f]69 <term><filename
70 class="headerfile">/usr/include/{asm,linux}/*.h</filename></term>
71 <listitem>
72 <para>The Linux API headers</para>
[e85011e4]73 <indexterm zone="ch-system-linux-headers linux-headers">
[bf8c11f]74 <primary
75 sortas="e-/usr/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary>
76 </indexterm>
77 </listitem>
78 </varlistentry>
79
80 </variablelist>
81
82 </sect2>
83
84</sect1>
Note: See TracBrowser for help on using the repository browser.