> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/developers-handbook/mu-lu.md).

# 目录

* [FreeBSD 开发者手册](/developers-handbook/readme.md)

***

* [目录](/developers-handbook/mu-lu.md)

## FreeBSD 开发者手册

* [商标](/developers-handbook/freebsd-kai-fa-zhe-shou-ce/shang-biao.md)
* [概述](/developers-handbook/freebsd-kai-fa-zhe-shou-ce/gai-shu.md)

## 第一部分 基础

* [第 1 章 简介](/developers-handbook/di-yi-bu-fen-ji-chu/di-1-zhang-jian-jie.md)
* [第 2 章 编程工具](/developers-handbook/di-yi-bu-fen-ji-chu/di-2-zhang-bian-cheng-gong-ju.md)
* [第 3 章 安全编程](/developers-handbook/di-yi-bu-fen-ji-chu/di-3-zhang-an-quan-bian-cheng.md)
* [第 4 章 本地化和国际化——L10N 和 I18N](/developers-handbook/di-yi-bu-fen-ji-chu/di-4-zhang-ben-di-hua-he-guo-ji-hua-l10n-he-i18n.md)
* [第 5 章. 源代码树准则与规范](/developers-handbook/di-yi-bu-fen-ji-chu/di-5-zhang-.-yuan-dai-ma-shu-zhun-ze-yu-gui-fan.md)
* [第 6 章 回归测试与性能测试](/developers-handbook/di-yi-bu-fen-ji-chu/di-6-zhang-hui-gui-ce-shi-yu-xing-neng-ce-shi.md)

## 第二部分：进程间通信

* [第 7 章 套接字](/developers-handbook/di-er-bu-fen-jin-cheng-jian-tong-xin/di-7-zhang-socket.md)
* [第 8 章 IPv6 内部实现](/developers-handbook/di-er-bu-fen-jin-cheng-jian-tong-xin/di-8-zhang-ipv6-nei-bu-shi-xian.md)

## 第三部分 内核

* [第 9 章 构建和安装 FreeBSD 内核](/developers-handbook/di-san-bu-fen-nei-he/di-9-zhang-gou-jian-he-an-zhuang-freebsd-nei-he.md)
* [第 10 章 内核调试](/developers-handbook/di-san-bu-fen-nei-he/di-10-zhang-nei-he-tiao-shi.md)

## 第四部分 架构

* [第 11 章 x86 汇编语言程序设计](/developers-handbook/di-si-bu-fen-jia-gou/di-11-zhang-x86-hui-bian-yu-yan-cheng-xu-she-ji.md)

## 第五部分 附录

* [参考文献](/developers-handbook/di-wu-bu-fen-fu-lu/can-kao-wen-xian.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/developers-handbook/mu-lu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
