Add missed files.

This commit is contained in:
Josef El-Rayes 2004-09-25 23:32:43 +00:00
parent a30fad1919
commit 268a51ae7f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22483
2 changed files with 94 additions and 0 deletions

View file

@ -0,0 +1,15 @@
#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
#
CHAPTERS= kernelconfig/chapter.sgml
VPATH= ..
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
DOC_PREFIX?= ${.CURDIR}/../../../..
.include "../Makefile"

View file

@ -0,0 +1,79 @@
<!--
The FreeBSD Documentation Project
$FreeBSD$
-->
<chapter id="kernelconfig">
<chapterinfo>
<authorgroup>
<author>
<firstname>Jim</firstname>
<surname>Mock</surname>
<contrib>Geupdate en herstructureerd door </contrib>
<!-- Mar 2000 -->
</author>
</authorgroup>
<authorgroup>
<author>
<firstname>Jake</firstname>
<surname>Hamby</surname>
<contrib>Origineel bijgedragen door </contrib>
<!-- 6 Oct 1995 -->
</author>
</authorgroup>
</chapterinfo>
<title>* De &os; kernel configureren</title>
<sect1 id="kernelconfig-synopsis">
<title>* Samenvatting</title>
<para></para>
</sect1>
<sect1 id="kernelconfig-custom-kernel">
<title>* Waarom een eigen kernel bouwen?</title>
<para></para>
</sect1>
<sect1 id="kernelconfig-building">
<title>* Bouwen en installeren van een eigen kernel</title>
<para></para>
</sect1>
<sect1 id="kernelconfig-config">
<title>* Het configuratie bestand</title>
<sect2>
<title>* Veel geheugen configuraties
(<acronym>PAE</acronym>)</title>
<para></para>
</sect2>
</sect1>
<sect1 id="kernelconfig-nodes">
<title>* Device nodes maken</title>
<para></para>
</sect1>
<sect1 id="kernelconfig-trouble">
<title>* Als er iets misgaat</title>
<para></para>
</sect1>
</chapter>
<!--
Local Variables:
mode: sgml
sgml-declaration: "../chapter.decl"
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
sgml-parent-document: ("../book.sgml" "part" "chapter")
End:
-->