> 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/20230506-freebsd-san-shi-zhou-nian-ji-nian-te-kan/letter-from-the-foundation.md).

# 基金会来信

* 原文链接：[Letter from the Foundation](https://freebsdfoundation.org/wp-content/uploads/2023/06/MayJune23_foundationletter.pdf)
* 作者：John Baldwin

欢迎阅读纪念 FreeBSD 30 周年的特刊！FreeBSD 起初只是少数志愿者在 UNIX 和 BSD 丰厚遗产之上的耕耘。三十年过去，FreeBSD 已成长为一个拥有自身鲜活历史的大型开源项目。这段历史中满是个人故事，跌宕起伏，有担忧与疑虑（多亏了 AT\&T）、欢笑（圣诞树，谁想得到？）、冲突与胜利（13 个主版本，还在继续）。我们每个人都为 FreeBSD 至今的故事贡献了一份力量，而未来 30 年的走向将由我们，连同许多新面孔共同书写。

本期收录了多篇回顾这段悠久历史的文章。这些故事里藏着无数个人轶事和隐秘珍宝。这套合集远非面面俱到，但它让人一窥了多年来许许多多人为 FreeBSD 投入的广泛工作。我们一同庆祝的，不只是 FreeBSD 创造出的软件，更是所有为 FreeBSD 的成功贡献时间、才华与财富的个体。

**John Baldwin**

《FreeBSD 期刊》编辑委员会主席

——《FreeBSD 期刊》，2023 年 5/6 月


---

# 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/20230506-freebsd-san-shi-zhou-nian-ji-nian-te-kan/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.
