blob: 2e22160a782c9cccb97ad8fe24db9a697129a4be (
plain) (
tree)
|
|
<?xml version="1.0" encoding="gb2312"?>
<!--
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'/>">
|