Add missed files.
This commit is contained in:
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
15
nl_NL.ISO8859-1/books/handbook/kernelconfig/Makefile
Normal file
15
nl_NL.ISO8859-1/books/handbook/kernelconfig/Makefile
Normal 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"
|
79
nl_NL.ISO8859-1/books/handbook/kernelconfig/chapter.sgml
Normal file
79
nl_NL.ISO8859-1/books/handbook/kernelconfig/chapter.sgml
Normal 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:
|
||||
-->
|
Loading…
Reference in a new issue