source: BOOK/final-system/common/linux-headers.xml@ 0da1215

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0da1215 was a1c119a, checked in by Chris Staub <chris@…>, 16 years ago

Minor text fixes

  • Property mode set to 100644
File size: 2.1 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
[760721c]11 <title>Linux-Headers-&linux-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
[37a0da5]20 <para>The Linux Kernel contains a make target that installs
[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
[a1c119a]28 <para os="a">For this step you will need the kernel tarball.</para>
[3f8be484]29
[91f60dc]30 <para os="b">Install the header files that are common to all architectures:</para>
[3f8be484]31
[760721c]32<screen os="c"><userinput>make mrproper
33make headers_check
34make INSTALL_HDR_PATH=dest headers_install
35cp -rv dest/include/* /usr/include</userinput></screen>
[91f60dc]36
[3f8be484]37 </sect2>
38
[f097f3e]39 <sect2 id="contents-linux-headers" role="content">
40 <title>Contents of Linux-Headers</title>
[3f8be484]41
42 <segmentedlist>
43 <segtitle>Installed headers</segtitle>
44
45 <seglistitem>
[33bdb0d]46 <seg>/usr/include/{asm,asm-generic,linux,mtd,rdma,scsi,sound,video}/*.h</seg>
[3f8be484]47 </seglistitem>
48 </segmentedlist>
49
50 <variablelist>
51 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
52 <?dbfo list-presentation="list"?>
53 <?dbhtml list-presentation="table"?>
54
[f097f3e]55 <varlistentry id="linux-headers">
[3f8be484]56 <term><filename
[33bdb0d]57 class="headerfile">/usr/include/{asm,asm-generic,linux,mtd,rdma,scsi,sound,video}/*.h</filename></term>
[3f8be484]58 <listitem>
59 <para>The Linux API headers</para>
[f097f3e]60 <indexterm zone="ch-system-linux-headers linux-headers">
[3f8be484]61 <primary
62 sortas="e-/usr/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary>
63 </indexterm>
64 </listitem>
65 </varlistentry>
66
67 </variablelist>
68
69 </sect2>
70
71</sect1>
Note: See TracBrowser for help on using the repository browser.