797a990cf7
fix a bunch of font issues when rendering PDF.
169 lines
4.1 KiB
XML
169 lines
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [
|
|
<!ENTITY % chapters SYSTEM "chapters.ent">
|
|
%chapters;
|
|
<!ENTITY % mac-entities SYSTEM "mac.ent">
|
|
%mac-entities;
|
|
]>
|
|
<!--
|
|
The FreeBSD Documentation Project
|
|
The FreeBSD Simplified Chinese Project
|
|
|
|
Original Revision: 1.51
|
|
$FreeBSD$
|
|
-->
|
|
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="zh_cn">
|
|
<info><title>&os; 系统结构手册</title>
|
|
|
|
|
|
<author><orgname>The FreeBSD Documentation Project</orgname></author>
|
|
|
|
<pubdate>2000 年 8 月</pubdate>
|
|
|
|
<copyright>
|
|
<year>2000</year>
|
|
<year>2001</year>
|
|
<year>2002</year>
|
|
<year>2003</year>
|
|
<year>2004</year>
|
|
<year>2005</year>
|
|
<year>2006</year>
|
|
<holder>The FreeBSD Documentation Project</holder>
|
|
</copyright>
|
|
|
|
<author><orgname>&cnproj.freebsd.org;</orgname></author>
|
|
|
|
<pubdate>2005 年 12 月</pubdate>
|
|
|
|
<copyright>
|
|
<year>2004</year>
|
|
<year>2005</year>
|
|
<year>2006</year>
|
|
<holder>&cnproj.freebsd.org;</holder>
|
|
</copyright>
|
|
|
|
&trademarks;
|
|
&legalnotice;
|
|
|
|
<releaseinfo>$FreeBSD$</releaseinfo>
|
|
|
|
<abstract>
|
|
|
|
<!--
|
|
The following two entities "contributing.to.freebsd.doc" and
|
|
"getting.freebsd.doc" are defined in zh_CN.UTF-8/share/xml/l10n.ent
|
|
-->
|
|
|
|
&cnproj.contributing.to.freebsd.doc;
|
|
|
|
&cnproj.getting.freebsd.doc;
|
|
</abstract>
|
|
</info>
|
|
|
|
<part xml:id="kernel">
|
|
<title>内核</title>
|
|
|
|
&chap.boot;
|
|
&chap.locking;
|
|
&chap.kobj;
|
|
&chap.jail;
|
|
&chap.sysinit;
|
|
&chap.mac;
|
|
&chap.vm;
|
|
&chap.smp;
|
|
|
|
</part>
|
|
|
|
<part xml:id="devicedrivers">
|
|
<title>设备驱动程序</title>
|
|
|
|
&chap.driverbasics;
|
|
&chap.isa;
|
|
&chap.pci;
|
|
&chap.scsi;
|
|
&chap.usb;
|
|
&chap.newbus;
|
|
|
|
&chap.snd;
|
|
&chap.pccard;
|
|
|
|
</part>
|
|
|
|
<!-- XXX - finish me
|
|
<part id="architectures">
|
|
<title>Architectures</title>
|
|
|
|
<chapter id="i386">
|
|
<title>* I386</title>
|
|
|
|
<para>Talk about <literal>i386</literal> specific &os;
|
|
architecture.</para>
|
|
</chapter>
|
|
|
|
<chapter id="alpha">
|
|
<title>* Alpha</title>
|
|
|
|
<para>Talk about the architectural specifics of
|
|
FreeBSD/alpha.</para>
|
|
</chapter>
|
|
|
|
<chapter id="ia64">
|
|
<title>* IA-64</title>
|
|
|
|
<para>Talk about the architectural specifics of
|
|
FreeBSD/ia64.</para>
|
|
|
|
</chapter>
|
|
|
|
<chapter id="sparc64">
|
|
<title>* SPARC64</title>
|
|
|
|
<para>Talk about <literal>SPARC64</literal> specific &os;
|
|
architecture.</para>
|
|
</chapter>
|
|
|
|
<chapter id="amd64">
|
|
<title>* AMD64</title>
|
|
|
|
<para>Talk about <literal>AMD64</literal> specific &os;
|
|
architecture.</para>
|
|
</chapter>
|
|
|
|
<chapter id="powerpc">
|
|
<title>* PowerPC</title>
|
|
|
|
<para>Talk about <literal>PowerPC</literal> specific &os;
|
|
architecture.</para>
|
|
</chapter>
|
|
</part>
|
|
-->
|
|
|
|
<part xml:id="appendices">
|
|
<title>附录</title>
|
|
|
|
<bibliography>
|
|
|
|
<biblioentry xreflabel="1">
|
|
<authorgroup>
|
|
<author><personname><firstname>Marshall</firstname><othername role="Middle">Kirk</othername><surname>McKusick</surname></personname></author>
|
|
<author><personname><firstname>Keith</firstname><surname>Bostic</surname></personname></author>
|
|
<author><personname><firstname>Michael</firstname><othername role="MI">J</othername><surname>Karels</surname></personname></author>
|
|
<author><personname><firstname>John</firstname><othername role="MI">S</othername><surname>Quarterman</surname></personname></author>
|
|
</authorgroup>
|
|
<copyright><year>1996</year><holder>Addison-Wesley Publishing Company,
|
|
Inc.</holder></copyright>
|
|
<biblioid class="isbn">0-201-54979-4</biblioid>
|
|
<publisher>
|
|
<publishername>Addison-Wesley Publishing Company, Inc.</publishername>
|
|
</publisher>
|
|
<citetitle>The Design and Implementation of the 4.4 BSD Operating System</citetitle>
|
|
<pagenums>1-2</pagenums>
|
|
</biblioentry>
|
|
|
|
</bibliography>
|
|
</part>
|
|
|
|
&chap.index;
|
|
|
|
</book>
|