aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.UTF-8/books/arch-handbook/chapters.ent
blob: f914c86067500576efdff868a440250990ed0482 (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
<?xml version="1.0" encoding="utf-8"?>
<!--
     Creates entities for each chapter in the FreeBSD Architecture
     Handbook. Each entity is named chap.foo, where foo is the value
     of the id attribute on that chapter, and corresponds to the name of
     the directory in which that chapter's .xml file is stored.

     Chapters should be listed in the order in which they are referenced.

     Original Revision: 1.21
     $FreeBSD$
-->

<!-- Part one - Kernel -->
<!ENTITY chap.boot			SYSTEM "boot/chapter.xml">
<!ENTITY chap.kobj			SYSTEM "kobj/chapter.xml">
<!ENTITY chap.sysinit			SYSTEM "sysinit/chapter.xml">
<!ENTITY chap.locking			SYSTEM "locking/chapter.xml">
<!ENTITY chap.vm			SYSTEM "vm/chapter.xml">
<!ENTITY chap.jail			SYSTEM "jail/chapter.xml">
<!ENTITY chap.mac			SYSTEM "mac/chapter.xml">
<!ENTITY chap.smp			SYSTEM "smp/chapter.xml">

<!-- Part Two - Device Drivers -->
<!ENTITY chap.driverbasics		SYSTEM "driverbasics/chapter.xml">
<!ENTITY chap.isa			SYSTEM "isa/chapter.xml">
<!ENTITY chap.pci			SYSTEM "pci/chapter.xml">
<!ENTITY chap.scsi			SYSTEM "scsi/chapter.xml">
<!ENTITY chap.usb			SYSTEM "usb/chapter.xml">
<!ENTITY chap.newbus			SYSTEM "newbus/chapter.xml">
<!ENTITY chap.snd			SYSTEM "sound/chapter.xml">
<!ENTITY chap.pccard			SYSTEM "pccard/chapter.xml">

<!-- Part three - Appendices -->
<!ENTITY chap.index			"<index xmlns='http://docbook.org/ns/docbook'/>">