# 2025-101112 FreeBSD 15.0

- [FreeBSD 15.0：改进与特性](https://book.bsdcn.org/qi-kan/2025-101112-freebsd-15.0/freebsd-15-0-fixes-and-features.md)
- [FreeBSD 上的通用闪存存储（UFS）](https://book.bsdcn.org/qi-kan/2025-101112-freebsd-15.0/universal-flash-storage-on-freebsd.md)
- [Vox FreeBSD：如何让音频工作](https://book.bsdcn.org/qi-kan/2025-101112-freebsd-15.0/vox-freebsd-how-sound-works.md)
- [使用 mdo(1) 与 mac\_do(4) 进行凭证转换](https://book.bsdcn.org/qi-kan/2025-101112-freebsd-15.0/credentials-transitions-with-mdo1-and-mac_do4.md)
- [printf("Hello, srcmgr\n");](https://book.bsdcn.org/qi-kan/2025-101112-freebsd-15.0/printfhello-srcmgrn.md)
- [FreeBSD 与 2025 谷歌编程之夏](https://book.bsdcn.org/qi-kan/2025-101112-freebsd-15.0/freebsd-and-google-summer-of-code-2025.md)
- [嵌入式 FreeBSD：构建 U-boot](https://book.bsdcn.org/qi-kan/2025-101112-freebsd-15.0/building-u-boot.md)


---

# Agent Instructions: 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:

```
GET https://book.bsdcn.org/qi-kan/2025-101112-freebsd-15.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
