aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/arch-handbook/book.adoc
blob: 15b9bdede4e5dba8b002d49a1a84189d2ebb01e4 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
title: FreeBSD Architecture Handbook
authors: 
  - author: The FreeBSD Documentation Project
copyright: Copyright © 2000-2006, 2012-2021 The FreeBSD Documentation Project
description: For FreeBSD system developers. This book covers the architectural details of many important FreeBSD kernel subsystems
trademarks: ["freebsd", "apple", "microsoft", "unix", "general"]
tags: ["Arch Handbook", "FreeBSD"]
add_split_page_link: true
---

= FreeBSD Architecture Handbook
:doctype: book
:toc: macro
:toclevels: 2
:icons: font
:sectnums:
:sectnumlevels: 6
:partnums:
:source-highlighter: rouge
:experimental:
:book: true
:pdf: false

ifdef::env-beastie[]
ifdef::backend-html5[]
include::shared/authors.adoc[]
include::shared/mirrors.adoc[]
include::shared/releases.adoc[]
include::shared/attributes/attributes-{{% lang %}}.adoc[]
include::shared/{{% lang %}}/teams.adoc[]
include::shared/{{% lang %}}/mailing-lists.adoc[]
include::shared/{{% lang %}}/urls.adoc[]
:chapters-path: content/{{% lang %}}/books/arch-handbook/
endif::[]
ifdef::backend-pdf,backend-epub3[]
:chapters-path:
include::../../../../../shared/asciidoctor.adoc[]
endif::[]
endif::[]

ifndef::env-beastie[]
:chapters-path:
include::../../../../../shared/asciidoctor.adoc[]
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/doc/[FreeBSD download server] or one of the numerous extref:{handbook}[mirror sites, mirrors].

'''

toc::[]

// Section one
include::{chapters-path}parti.adoc[]
include::{chapters-path}boot/_index.adoc[leveloffset=+1]
include::{chapters-path}locking/_index.adoc[leveloffset=+1]
include::{chapters-path}kobj/_index.adoc[leveloffset=+1]
include::{chapters-path}jail/_index.adoc[leveloffset=+1]
include::{chapters-path}sysinit/_index.adoc[leveloffset=+1]]
include::{chapters-path}mac/_index.adoc[leveloffset=+1]
include::{chapters-path}vm/_index.adoc[leveloffset=+1]
include::{chapters-path}smp/_index.adoc[leveloffset=+1]

// Section two
include::{chapters-path}partii.adoc[]
include::{chapters-path}driverbasics/_index.adoc[leveloffset=+1]
include::{chapters-path}isa/_index.adoc[leveloffset=+1]
include::{chapters-path}pci/_index.adoc[leveloffset=+1]
include::{chapters-path}scsi/_index.adoc[leveloffset=+1]
include::{chapters-path}usb/_index.adoc[leveloffset=+1]
include::{chapters-path}newbus/_index.adoc[leveloffset=+1]
include::{chapters-path}sound/_index.adoc[leveloffset=+1]
include::{chapters-path}pccard/_index.adoc[leveloffset=+1]

// Section three
include::{chapters-path}partiii.adoc[]
include::{chapters-path}bibliography/_index.adoc[leveloffset=+1]