aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/arch-handbook/chapters.ent
blob: 1ef9ebe938ee6bff54c5c52eb8ee8791bfdea33a (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
<!-- 
     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: doc/en_US.ISO8859-1/books/developers-handbook/chapters.ent,v 1.11 2001/09/02 03:11:08 murray Exp $
-->

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

<!-- Part two -->
<!ENTITY chap.kobj			SYSTEM "kobj/chapter.sgml">
<!ENTITY chap.sysinit			SYSTEM "sysinit/chapter.sgml">
<!ENTITY chap.locking			SYSTEM "locking/chapter.sgml">

<!-- Part three -->
<!ENTITY chap.vm			SYSTEM "vm/chapter.sgml">
<!ENTITY chap.dma			SYSTEM "dma/chapter.sgml">

<!-- Part four -->
<!-- No significant material yet, still in book.sgml -->

<!-- Part five -->
<!-- No significant material yet, still in book.sgml -->

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

<!-- Part seven -->
<!-- No significant material yet, still in book.sgml -->

<!-- Part eight -->
<!-- No significant material yet, still in book.sgml -->

<!-- Part nine -->
<!-- No significant material yet, still in book.sgml -->

<!ENTITY chap.kerneldebug		SYSTEM "kerneldebug/chapter.sgml">

<!-- Part ten -->
<!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">

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

<!-- Part twelve -->
<!-- No significant material yet, still in book.sgml -->

<!-- Part thirteen -->
<!-- No significant material yet, still in book.sgml -->

<!-- Part fourteen (appendices) -->
<!ENTITY chap.bibliography		SYSTEM "bibliography/chapter.sgml">
<!ENTITY chap.index			SYSTEM "index.sgml">