diff options
author | Josef El-Rayes <josef@FreeBSD.org> | 2004-09-25 23:32:43 +0000 |
---|---|---|
committer | Josef El-Rayes <josef@FreeBSD.org> | 2004-09-25 23:32:43 +0000 |
commit | 268a51ae7f1c8cfc191ffbfd3a7a9787b8d9f6b5 (patch) | |
tree | 00836c906eb1453227844b670429a0dd663a1952 | |
parent | a30fad191982c899c4ec86cb87cba6d011cd474f (diff) |
Notes
-rw-r--r-- | nl_NL.ISO8859-1/books/handbook/kernelconfig/Makefile | 15 | ||||
-rw-r--r-- | nl_NL.ISO8859-1/books/handbook/kernelconfig/chapter.sgml | 79 |
2 files changed, 94 insertions, 0 deletions
diff --git a/nl_NL.ISO8859-1/books/handbook/kernelconfig/Makefile b/nl_NL.ISO8859-1/books/handbook/kernelconfig/Makefile new file mode 100644 index 0000000000..95839d340a --- /dev/null +++ b/nl_NL.ISO8859-1/books/handbook/kernelconfig/Makefile @@ -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" diff --git a/nl_NL.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/nl_NL.ISO8859-1/books/handbook/kernelconfig/chapter.sgml new file mode 100644 index 0000000000..74ae8e015d --- /dev/null +++ b/nl_NL.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -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: +--> |