mirror of https://git.FreeBSD.org/doc.git
61 lines
2.1 KiB
Plaintext
61 lines
2.1 KiB
Plaintext
---
|
|
title: FreeBSD Architecture Handbook
|
|
authors:
|
|
- author: The FreeBSD Documentation Project
|
|
copyright: Copyright © 2000-2006, 2012-2021 The FreeBSD Documentation Project
|
|
description: FreeBSD Architecture Handbook Index
|
|
trademarks: ["freebsd", "apple", "microsoft", "unix", "general"]
|
|
next: books/arch-handbook/parti
|
|
---
|
|
|
|
= FreeBSD Architecture Handbook
|
|
:doctype: book
|
|
:toc: macro
|
|
:toclevels: 1
|
|
:icons: font
|
|
:sectnums:
|
|
:sectnumlevels: 6
|
|
:source-highlighter: rouge
|
|
:experimental:
|
|
|
|
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].
|
|
|
|
'''
|
|
|
|
include::content/en/books/arch-handbook/toc.adoc[]
|