- FreeBSD Architecture Handbook, which is a book about the FreeBSD
architecture. The SMP article have also been moved into the new
arch handbook as a separate chapter.
- FreeBSD Developers Handbook, which is a book about developing on
FreeBSD; basically what was left when the architecture parts was
moved away.
o Hook up the new FreeBSD Architecture Handbook to the build.
o Remove the SMP article since it is now part of the FreeBSD
Architecture Handbook.
The relevant files from the FreeBSD Developers Handbook have been
repository copied to the new FreeBSD Architecture Handbook.
This is just step one in the split, both books need some work to be
real seperate books. E.g. the FreeBSD Architecture Handbook still
needs an introduction.
Repository copy by: joe
Requested by: rwatson
Approved by: murray, ceri (mentor)
31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
<!--
|
|
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.dma SYSTEM "dma/chapter.sgml">
|
|
<!ENTITY chap.kerneldebug SYSTEM "kerneldebug/chapter.sgml">
|
|
|
|
<!-- Part five - Architectures -->
|
|
<!ENTITY chap.x86 SYSTEM "x86/chapter.sgml">
|
|
|
|
<!-- Part six - Appendices -->
|
|
<!ENTITY chap.index SYSTEM "index.sgml">
|