> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/2025070809-qian-ru-shi/letter-from-the-foundation.md).

# 基金会来信

* 原文：[Foundation Letter](https://freebsdfoundation.org/our-work/journal/browser-based-edition/embedded-2/foundation-letter-5/)
* 作者：**John Baldwin**

欢迎阅读 2025 年第三期《FreeBSD 期刊》！北半球的夏季已经结束，许多地方的天气也随之转变。在 FreeBSD 项目中，我们正朝着 15.0 的终点线冲刺，发布定于年底前。下一期将以 15.0 为主题，重点介绍 15.0 的几项新功能与变化。

本期文章话题广泛。Chris Bowman 继续撰写他出色的系列文章，介绍如何在 Arty Z7 上使用 FreeBSD。Christos Margiolis 描述了他在 BSDCan 2025 及同期 FreeBSD 开发者峰会上的见闻。David Chisnall 介绍 CHERIoT，这是 CHERI 架构在 32 位 RISC-V 上的一种应用。Vanja Cvelbar 讲述他将 SDR 与 FreeBSD 结合用于家庭自动化系统的探索之旅；Gergely Poór 探讨在 FreeBSD 上使用量子安全密码学。最后，Tom Jones 在本期格外忙碌，他采访了 Igor Ostapenko，继续他的 WiFi 开发系列，并就如何撰写有效的 Bug 报告给出睿智建议。

一如既往，我们乐于倾听读者的声音。如果你有反馈、对未来文章主题的建议，或者有兴趣撰写文章，请发邮件至 <info@freebsdjournal.com>。

**John Baldwin** FreeBSD 期刊编辑委员会主席


---

# 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://freebsd-journal-cn.bsdcn.org/2025070809-qian-ru-shi/letter-from-the-foundation.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.
