> 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/20240910-nei-he-kai-fa/letter-from-the-foundation.md).

# 基金会来信

* 原文链接：[Letter from the Foundation](https://freebsdfoundation.org/our-work/journal/browser-based-edition/kernel-development/letter-from-the-foundation/)
* 作者：Anne Dickison、John Baldwin

欢迎阅读 9/10 月刊的《FreeBSD 期刊》。本期是内核开发专题，收录的文章涵盖把 VPP 移植到 FreeBSD、FreeBSD 上的 Valgrind、字符设备驱动程序三部分教程的第一部分等话题，更多精彩还在后头！

在你沉浸在精彩文章之前，我们先带来一则关于 2025 年的更新。从 1 月起，《期刊》将改为季刊，继续为你带来同样顶尖的教程、文章和专栏。新的出版节奏让我们能专注于交付最优质的 FreeBSD 内容，同时让《期刊》继续人人可读。

《期刊》其他你喜爱的部分都将保持不变，期待未来一年继续为你带来有价值的 FreeBSD 内容！

谨代表 FreeBSD 基金会与《FreeBSD 期刊》编辑委员会，

**Anne Dickison** 副执行董事 FreeBSD 基金会

**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/20240910-nei-he-kai-fa/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.
