Add "The Design and Implementation of the FreeBSD Operating System" to
the bibliography, and update an entry in the FAQ which states that it does not exist.
This commit is contained in:
parent
388edde7bd
commit
9908d80f91
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22439
3 changed files with 44 additions and 5 deletions
|
@ -11747,12 +11747,16 @@ raisechar=^^</programlisting>
|
||||||
</question>
|
</question>
|
||||||
|
|
||||||
<answer>
|
<answer>
|
||||||
<para>At this time, there is no book on FreeBSD-specific OS
|
<para>At this time, there is only one book on FreeBSD-specific OS
|
||||||
internals. Much general &unix; knowledge is directly
|
internals, namely <quote>The Design and Implementation of the
|
||||||
applicable to FreeBSD, however. Additionally, there are
|
FreeBSD Operating System</quote> by Marshall Kirk McKusick and
|
||||||
BSD-specific books that are still relevant.</para>
|
George V. Neville-Neil, ISBN 0-201-70245-2, which
|
||||||
|
focuses on version 5.X of FreeBSD.</para>
|
||||||
|
|
||||||
<para>For a list, please check the Handbook's <ulink
|
<para>Additionally, much general &unix; knowledge is directly
|
||||||
|
applicable to FreeBSD.</para>
|
||||||
|
|
||||||
|
<para>For a list of relevant books, please check the Handbook's <ulink
|
||||||
url="&url.books.handbook;/bibliography-osinternals.html">Operating
|
url="&url.books.handbook;/bibliography-osinternals.html">Operating
|
||||||
System Internals Bibliography</ulink>.</para>
|
System Internals Bibliography</ulink>.</para>
|
||||||
</answer>
|
</answer>
|
||||||
|
|
|
@ -422,6 +422,12 @@
|
||||||
here</ulink>.)</para>
|
here</ulink>.)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Marshall Kirk McKusick, George V. Neville-Neil<emphasis>The Design
|
||||||
|
and Implementation of the FreeBSD UNIX Operating System</emphasis>.
|
||||||
|
Boston, Mass. : Addison-Wesley, 2004. ISBN 0-201-70245-2</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Stevens, W. Richard. <emphasis>TCP/IP Illustrated, Volume 1:
|
<para>Stevens, W. Richard. <emphasis>TCP/IP Illustrated, Volume 1:
|
||||||
The Protocols</emphasis>. Reading, Mass. : Addison-Wesley,
|
The Protocols</emphasis>. Reading, Mass. : Addison-Wesley,
|
||||||
|
|
|
@ -190,6 +190,35 @@
|
||||||
</biblioset>
|
</biblioset>
|
||||||
</biblioentry>
|
</biblioentry>
|
||||||
|
|
||||||
|
<biblioentry id="biblio-freebsdkernel">
|
||||||
|
<biblioset relation="book">
|
||||||
|
<title>The Design and Implementation of the FreeBSD Operating System</title>
|
||||||
|
|
||||||
|
<authorgroup>
|
||||||
|
<author>
|
||||||
|
<firstname>M. K.</firstname>
|
||||||
|
<surname>McKusick</surname>
|
||||||
|
</author>
|
||||||
|
|
||||||
|
<author>
|
||||||
|
<firstname>George V.</firstname>
|
||||||
|
<surname>Neville-Neil</surname>
|
||||||
|
</author>
|
||||||
|
</authorgroup>
|
||||||
|
|
||||||
|
<publisher>
|
||||||
|
<publishername>Addison-Wesley</publishername>
|
||||||
|
<address>
|
||||||
|
<city>Boston</city>
|
||||||
|
<state>MA</state>
|
||||||
|
</address>
|
||||||
|
</publisher>
|
||||||
|
<pubdate>2004</pubdate>
|
||||||
|
|
||||||
|
<isbn>ISBN 0-201-70245-2</isbn>
|
||||||
|
</biblioset>
|
||||||
|
</biblioentry>
|
||||||
|
|
||||||
<biblioentry id="biblio-nemeth3rd">
|
<biblioentry id="biblio-nemeth3rd">
|
||||||
<biblioset relation="book">
|
<biblioset relation="book">
|
||||||
<title>Unix System Administration Handbook</title>
|
<title>Unix System Administration Handbook</title>
|
||||||
|
|
Loading…
Reference in a new issue