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>
|
||||
|
||||
<answer>
|
||||
<para>At this time, there is no book on FreeBSD-specific OS
|
||||
internals. Much general &unix; knowledge is directly
|
||||
applicable to FreeBSD, however. Additionally, there are
|
||||
BSD-specific books that are still relevant.</para>
|
||||
<para>At this time, there is only one book on FreeBSD-specific OS
|
||||
internals, namely <quote>The Design and Implementation of the
|
||||
FreeBSD Operating System</quote> by Marshall Kirk McKusick and
|
||||
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
|
||||
System Internals Bibliography</ulink>.</para>
|
||||
</answer>
|
||||
|
|
|
@ -422,6 +422,12 @@
|
|||
here</ulink>.)</para>
|
||||
</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>
|
||||
<para>Stevens, W. Richard. <emphasis>TCP/IP Illustrated, Volume 1:
|
||||
The Protocols</emphasis>. Reading, Mass. : Addison-Wesley,
|
||||
|
|
|
@ -190,6 +190,35 @@
|
|||
</biblioset>
|
||||
</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">
|
||||
<biblioset relation="book">
|
||||
<title>Unix System Administration Handbook</title>
|
||||
|
|
Loading…
Reference in a new issue