> 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/qi-kan/20220708-ke-yan-xi-tong-yu-freebsd.md).

# 2022-0708 科研、系统与 FreeBSD

- [在 FreeBSD 上构建 Loom 框架](https://book.bsdcn.org/qi-kan/20220708-ke-yan-xi-tong-yu-freebsd/loom.md)
- [教授本科生 Unix 课程](https://book.bsdcn.org/qi-kan/20220708-ke-yan-xi-tong-yu-freebsd/unix.md)
- [FreeBSD 入门研讨会](https://book.bsdcn.org/qi-kan/20220708-ke-yan-xi-tong-yu-freebsd/bsd.md)
- [实用 IPv6（第二部分）](https://book.bsdcn.org/qi-kan/20220708-ke-yan-xi-tong-yu-freebsd/ipv6.md)
- [在 2022 年及以后推广 FreeBSD](https://book.bsdcn.org/qi-kan/20220708-ke-yan-xi-tong-yu-freebsd/2022.md)
- [进行中的工作/征求反馈：Socket 缓冲区](https://book.bsdcn.org/qi-kan/20220708-ke-yan-xi-tong-yu-freebsd/socket.md)
- [FreeBSD 开发者峰会报告](https://book.bsdcn.org/qi-kan/20220708-ke-yan-xi-tong-yu-freebsd/huiyi.md)
- [支持 Electromagnetic Field 2022](https://book.bsdcn.org/qi-kan/20220708-ke-yan-xi-tong-yu-freebsd/ele.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/qi-kan/20220708-ke-yan-xi-tong-yu-freebsd.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.
