I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
103 lines
3.4 KiB
Text
103 lines
3.4 KiB
Text
---
|
||
title: FreeBSD Developers' Handbook
|
||
authors:
|
||
- author: FreeBSD 文件計畫
|
||
copyright: 1995-2020 The FreeBSD Documentation Project
|
||
releaseinfo: "$FreeBSD$"
|
||
trademarks: ["freebsd", "ibm", "ieee", "apple", "intel", "linux", "microsoft", "opengroup", "sun", "general"]
|
||
---
|
||
|
||
= FreeBSD Developers' Handbook
|
||
:doctype: book
|
||
:toc: macro
|
||
:toclevels: 2
|
||
:icons: font
|
||
:xrefstyle: basic
|
||
:relfileprefix: ../
|
||
:outfilesuffix:
|
||
:sectnums:
|
||
:sectnumlevels: 6
|
||
:partnums:
|
||
:source-highlighter: rouge
|
||
:experimental:
|
||
:skip-front-matter:
|
||
:toc-title: 目录
|
||
:part-signifier: 部分
|
||
:chapter-signifier: 第
|
||
:appendix-caption: 附录
|
||
:table-caption: 表
|
||
:figure-caption: 图
|
||
:example-caption: 例
|
||
|
||
ifeval::["{backend}" == "html5"]
|
||
include::shared/mirrors.adoc[]
|
||
include::shared/authors.adoc[]
|
||
include::shared/releases.adoc[]
|
||
include::shared/zh-tw/mailing-lists.adoc[]
|
||
include::shared/zh-tw/urls.adoc[]
|
||
:imagesdir: ../../../../images/books/developers-handbook/
|
||
:chapters-path: content/zh-tw/books/developers-handbook/
|
||
endif::[]
|
||
|
||
ifeval::["{backend}" == "pdf"]
|
||
include::../../../../shared/mirrors.adoc[]
|
||
include::../../../../shared/authors.adoc[]
|
||
include::../../../../shared/releases.adoc[]
|
||
include::../../../../shared/zh-tw/mailing-lists.adoc[]
|
||
include::../../../../shared/zh-tw/urls.adoc[]
|
||
:imagesdir: ../../../static/images/books/developers-handbook/
|
||
:chapters-path:
|
||
endif::[]
|
||
|
||
ifeval::["{backend}" == "epub3"]
|
||
include::../../../../shared/mirrors.adoc[]
|
||
include::../../../../shared/authors.adoc[]
|
||
include::../../../../shared/releases.adoc[]
|
||
include::../../../../shared/zh-tw/mailing-lists.adoc[]
|
||
include::../../../../shared/zh-tw/urls.adoc[]
|
||
:imagesdir: ../../../static/images/books/developers-handbook/
|
||
:chapters-path:
|
||
endif::[]
|
||
|
||
[.abstract-title]
|
||
[abstract]
|
||
摘要
|
||
|
||
歡迎使用 Developers' Handbook! 這份文件是由許多人 _不斷撰寫_ 而成的, 而且許多章節仍需更新或者內容還是一片空白, 如果你想幫忙 FreeBSD 文件計劃, 請寄信到 {freebsd-doc}。
|
||
|
||
最新版的文件都在 link:https://www.FreeBSD.org[FreeBSD 官網] 上面, 也可從 link:ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/[FreeBSD FTP server] 下載不同格式的資料。 當然也可以在其他的 link:{handbook}#mirrors-ftp/[mirror站]下載。
|
||
|
||
'''
|
||
|
||
toc::[]
|
||
|
||
// Section one
|
||
[[basics]]
|
||
= 基本概念
|
||
|
||
include::{chapters-path}introduction/chapter.adoc[leveloffset=+1, lines=10..30;40..-1]
|
||
include::{chapters-path}tools/chapter.adoc[leveloffset=+1, lines=10..35;45..-1]
|
||
include::{chapters-path}secure/chapter.adoc[leveloffset=+1, lines=9..29;39..-1]
|
||
include::{chapters-path}l10n/chapter.adoc[leveloffset=+1, lines=7..27;37..-1]
|
||
include::{chapters-path}policies/chapter.adoc[leveloffset=+1, lines=10..30;40..-1]
|
||
include::{chapters-path}testing/chapter.adoc[leveloffset=+1, lines=7..27;37..-1]
|
||
|
||
// Section two
|
||
[[ipc]]
|
||
= Interprocess Communication(IPC)
|
||
include::{chapters-path}sockets/chapter.adoc[leveloffset=+1, lines=9..29;40..-1]
|
||
include::{chapters-path}ipv6/chapter.adoc[leveloffset=+1, lines=9..29;39..-1]
|
||
|
||
// Section three
|
||
[[kernel]]
|
||
= Kernel(核心)
|
||
include::{chapters-path}kernelbuild/chapter.adoc[leveloffset=+1, lines=7..27;37..-1]
|
||
include::{chapters-path}kerneldebug/chapter.adoc[leveloffset=+1, lines=11..31;41..-1]
|
||
|
||
// Section four
|
||
[[architectures]]
|
||
= Architectures(電腦架構)
|
||
include::{chapters-path}x86/chapter.adoc[leveloffset=+1, lines=7..27;37..-1]
|
||
|
||
// Appendices
|
||
include::{chapters-path}bibliography/chapter.adoc[leveloffset=+1, lines=6..20;28..-1]
|