> 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/di-43-zhang-freebsd-nei-he-jia-gou.md).

# 第 43 章 FreeBSD 内核架构

- [43.1 FreeBSD 源代码目录结构](https://book.bsdcn.org/di-43-zhang-freebsd-nei-he-jia-gou/di-43.1-jie-freebsd-yuan-dai-ma-mu-lu-jie-gou.md)
- [43.2 FreeBSD 内核文件结构](https://book.bsdcn.org/di-43-zhang-freebsd-nei-he-jia-gou/di-43.2-jie-freebsd-nei-he-wen-jian-jie-gou.md)
- [43.3 机器相关的内核选项注解](https://book.bsdcn.org/di-43-zhang-freebsd-nei-he-jia-gou/di-43.3-jie-ji-qi-xiang-guan-de-nei-he-xuan-xiang-zhu-jie.md)
- [43.4 机器无关的内核选项注解](https://book.bsdcn.org/di-43-zhang-freebsd-nei-he-jia-gou/di-43.4-jie-ji-qi-wu-guan-de-nei-he-xuan-xiang-zhu-jie.md)
- [43.5 GENERIC 内核选项注解（AMD64）](https://book.bsdcn.org/di-43-zhang-freebsd-nei-he-jia-gou/di-43.5-jie-generic-nei-he-xuan-xiang-zhu-jie-amd64.md)
- [43.6 构建定制内核](https://book.bsdcn.org/di-43-zhang-freebsd-nei-he-jia-gou/di-43.6-jie-gou-jian-ding-zhi-nei-he.md)
- [43.7 在 Linux 系统上交叉构建 FreeBSD](https://book.bsdcn.org/di-43-zhang-freebsd-nei-he-jia-gou/di-43.7-jie-zai-linux-xi-tong-shang-jiao-cha-gou-jian-freebsd.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/di-43-zhang-freebsd-nei-he-jia-gou.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.
