aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/books/arch-handbook/book.xml
blob: ad0d0fac925adc1d5f5676eb0031887f8e11ad11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<?xml version="1.0" encoding="gb2312" standalone="no"?>
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
	"../../../share/xml/freebsd42.dtd" [
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//ZH" "../../share/xml/entities.ent">
%entities;
<!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 lang='zh_cn'>
  <bookinfo>
    <title>&os; ϵͳ½á¹¹ÊÖ²á</title>

    <corpauthor>The FreeBSD Documentation Project</corpauthor>

    <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>

    <corpauthor>&cnproj.freebsd.org;</corpauthor>

    <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.GB2312/share/xml/l10n.ent
	-->

      <para>»¶Ó­ÄúÔĶÁ¡¶&os;ϵͳ½á¹¹Êֲᡷ¡£&cnproj.contributing.to.freebsd.doc;</para>

      <para>&cnproj.getting.freebsd.doc;</para>
    </abstract>
  </bookinfo>

  <part id="kernel">
    <title>ÄÚºË</title>

    &chap.boot;
    &chap.locking;
    &chap.kobj;
    &chap.jail;
    &chap.sysinit;
    &chap.mac;
    &chap.vm;
    &chap.smp;

  </part>

  <part 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 id="appendices">
    <title>¸½Â¼</title>

      <bibliography>

      <biblioentry xreflabel="1">
        <authorgroup>
          <author>
            <firstname>Marshall</firstname>
            <othername role="Middle">Kirk</othername>
            <surname>McKusick</surname>
          </author>
          <author>
            <firstname>Keith</firstname>
            <surname>Bostic</surname>
          </author>
          <author>
            <firstname>Michael</firstname>
            <othername role="MI">J</othername>
            <surname>Karels</surname>
          </author>
          <author>
            <firstname>John</firstname>
            <othername role="MI">S</othername>
            <surname>Quarterman</surname>
          </author>
        </authorgroup>
        <copyright><year>1996</year><holder>Addison-Wesley Publishing Company,
        Inc.</holder></copyright>
        <isbn>0-201-54979-4</isbn>
        <publisher>
          <publishername>Addison-Wesley Publishing Company, Inc.</publishername>
        </publisher>
        <title>The Design and Implementation of the 4.4 BSD Operating System</title>
        <pagenums>1-2</pagenums>
      </biblioentry>

      </bibliography>
  </part>

  &chap.index;

</book>