aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/arch-handbook/chapters.ent
blob: 38db6f5f93c4e9cb3a1a23358a02423860e69ecd (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
<!-- 
     Creates entities for each chapter in the FreeBSD Developer's
     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 .sgml file is stored.
   
     Chapters should be listed in the order in which they are referenced.
 
     $FreeBSD$
-->

<!-- Part one -->
<!ENTITY chap.introduction		SYSTEM "introduction/chapter.sgml">
<!ENTITY chap.tools			SYSTEM "tools/chapter.sgml">
<!ENTITY chap.secure			SYSTEM "secure/chapter.sgml">
<!ENTITY chap.l10n                      SYSTEM "l10n/chapter.sgml">
<!ENTITY chap.policies                  SYSTEM "policies/chapter.sgml">

<!-- Part two - IPC -->
<!ENTITY chap.sockets			SYSTEM "sockets/chapter.sgml">
<!ENTITY chap.ipv6			SYSTEM "ipv6/chapter.sgml">

<!-- Part three - Kernel -->
<!ENTITY chap.boot			SYSTEM "boot/chapter.sgml">
<!ENTITY chap.kobj			SYSTEM "kobj/chapter.sgml">
<!ENTITY chap.sysinit			SYSTEM "sysinit/chapter.sgml">
<!ENTITY chap.locking			SYSTEM "locking/chapter.sgml">
<!ENTITY chap.vm			SYSTEM "vm/chapter.sgml">
<!ENTITY chap.dma			SYSTEM "dma/chapter.sgml">
<!ENTITY chap.kerneldebug		SYSTEM "kerneldebug/chapter.sgml">
<!ENTITY chap.jail			SYSTEM "jail/chapter.sgml">
<!ENTITY chap.mac			SYSTEM "mac/chapter.sgml">

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

<!-- Part five - Architectures -->
<!ENTITY chap.x86			SYSTEM "x86/chapter.sgml">

<!-- Part six - Appendices -->
<!ENTITY chap.bibliography		SYSTEM "bibliography/chapter.sgml">
<!ENTITY chap.index			SYSTEM "index.sgml">