aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/arch-handbook/book.adoc
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-03-31 21:36:24 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-03-31 21:36:24 +0000
commitd7795d4ca0a29c9090c342d41ecf812fe5c9f1ed (patch)
treed993cde97ed9fd121e0aa9fac38485bf98ee71c6 /documentation/content/en/books/arch-handbook/book.adoc
parentf8fed61b80beb7ce384fdc0c36887ee44f10eb7c (diff)
downloaddoc-d7795d4ca0a29c9090c342d41ecf812fe5c9f1ed.tar.gz
doc-d7795d4ca0a29c9090c342d41ecf812fe5c9f1ed.zip
Diffstat (limited to 'documentation/content/en/books/arch-handbook/book.adoc')
-rw-r--r--documentation/content/en/books/arch-handbook/book.adoc97
1 files changed, 97 insertions, 0 deletions
diff --git a/documentation/content/en/books/arch-handbook/book.adoc b/documentation/content/en/books/arch-handbook/book.adoc
new file mode 100644
index 0000000000..4fbb953a12
--- /dev/null
+++ b/documentation/content/en/books/arch-handbook/book.adoc
@@ -0,0 +1,97 @@
+---
+title: FreeBSD Architecture Handbook
+authors:
+ - author: The FreeBSD Documentation Project
+copyright: Copyright © 2000-2006, 2012-2013 The FreeBSD Documentation Project
+releaseinfo: "$FreeBSD$"
+trademarks: ["freebsd", "apple", "microsoft", "unix", "general"]
+---
+
+= FreeBSD Architecture Handbook
+:doctype: book
+:toc: macro
+:toclevels: 2
+:icons: font
+:xrefstyle: basic
+:relfileprefix: ../
+:outfilesuffix:
+:sectnums:
+:sectnumlevels: 6
+:partnums:
+:chapter-signifier: Chapter
+:part-signifier: Part
+:source-highlighter: rouge
+:experimental:
+:skip-front-matter:
+:book: true
+:pdf: false
+
+ifeval::["{backend}" == "html5"]
+include::shared/mirrors.adoc[]
+include::shared/authors.adoc[]
+include::shared/releases.adoc[]
+include::shared/en/mailing-lists.adoc[]
+include::shared/en/teams.adoc[]
+include::shared/en/urls.adoc[]
+:chapters-path: content/en/books/arch-handbook/
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/mirrors.adoc[]
+include::../../../../shared/authors.adoc[]
+include::../../../../shared/releases.adoc[]
+include::../../../../shared/en/mailing-lists.adoc[]
+include::../../../../shared/en/teams.adoc[]
+include::../../../../shared/en/urls.adoc[]
+:chapters-path:
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/mirrors.adoc[]
+include::../../../../shared/authors.adoc[]
+include::../../../../shared/releases.adoc[]
+include::../../../../shared/en/mailing-lists.adoc[]
+include::../../../../shared/en/teams.adoc[]
+include::../../../../shared/en/urls.adoc[]
+:chapters-path:
+endif::[]
+
+[.abstract-title]
+Abstract
+
+Welcome to the FreeBSD Architecture Handbook. This manual is a _work in progress_ and is the work of many individuals. Many sections do not yet exist and some of those that do exist need to be updated. If you are interested in helping with this project, send email to the {freebsd-doc}.
+
+The latest version of this document is always available from the link:https://www.FreeBSD.org/[FreeBSD World Wide Web server]. It may also be downloaded in a variety of formats and compression options from the https://download.freebsd.org/ftp/doc/[FreeBSD FTP server] or one of the numerous link:{handbook}#mirrors-ftp/[mirror sites].
+
+'''
+
+toc::[]
+
+// Section one
+include::{chapters-path}parti.adoc[lines=7..8]
+
+include::{chapters-path}boot/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}locking/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}kobj/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}jail/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}sysinit/_index.adoc[leveloffset=+1], lines=7..21;32..-1]
+include::{chapters-path}mac/_index.adoc[leveloffset=+1, lines=12..26;37..-1]
+include::{chapters-path}vm/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}smp/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+
+// Section two
+include::{chapters-path}partii.adoc[lines=7..8]
+
+include::{chapters-path}driverbasics/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}isa/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}pci/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}scsi/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}usb/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}newbus/_index.adoc[leveloffset=+1, lines=12..26;37..-1]
+include::{chapters-path}sound/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+include::{chapters-path}pccard/_index.adoc[leveloffset=+1, lines=7..21;32..-1]
+
+// Section three
+include::{chapters-path}partiii.adoc[lines=7..8]
+
+include::{chapters-path}bibliography/_index.adoc[leveloffset=+1, lines=6..19;28..-1]