Wrap the last few remaining overlong lines in this file to make textproc/igor
completely happy with it.
This commit is contained in:
parent
58a8720ace
commit
ae05c6c7b7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52138
1 changed files with 13 additions and 10 deletions
|
@ -4,25 +4,28 @@
|
|||
|
||||
$FreeBSD$
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="kernelbuild">
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
xml:id="kernelbuild">
|
||||
<title>Building and Installing a &os; Kernel</title>
|
||||
|
||||
<para>Being a kernel developer requires understanding of the kernel
|
||||
build process. To debug the &os; kernel it is required to be able
|
||||
to build one. There are two known ways to do so:</para>
|
||||
|
||||
<para>The supported procedure to build and install a kernel
|
||||
is documented in the
|
||||
<link xlink:href="../handbook/kernelconfig-building.html">Building and
|
||||
<para>The supported procedure to build and install a kernel is
|
||||
documented in the <link
|
||||
xlink:href="../handbook/kernelconfig-building.html">Building and
|
||||
Installing a Custom Kernel</link> chapter of the &os;
|
||||
Handbook.</para>
|
||||
|
||||
<note>
|
||||
<para>It is supposed that the reader of this chapter is familiar
|
||||
with the information described in the <link xlink:href="../handbook/kernelconfig-building.html">Building and
|
||||
Installing a Custom Kernel</link> chapter of the &os;
|
||||
Handbook. If this is not the case, please read through the above
|
||||
mentioned chapter to understand how the build process
|
||||
with the information described in the <link
|
||||
xlink:href="../handbook/kernelconfig-building.html">Building
|
||||
and Installing a Custom Kernel</link> chapter of the &os;
|
||||
Handbook. If this is not the case, please read through the
|
||||
above mentioned chapter to understand how the build process
|
||||
works.</para>
|
||||
</note>
|
||||
|
||||
|
|
Loading…
Reference in a new issue