> 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/20210708-zhuo-mian-wu-xian-wang/letter-from-the-foundation.md).

# 基金会来信

* 原文链接：[Foundation Letter](https://freebsdfoundation.org/wp-content/uploads/2021/08/JulyAugust_foundation_letter.pdf)
* 作者：JOHN BALDWIN

围绕 FreeBSD 的一个迷思是它只适用于服务器环境或作为设备的基础。事实是，FreeBSD 也是一款桌面操作系统。FreeBSD 的基本系统和软件包包含现代图形适配器和输入设备的驱动程序。作为工具箱式的操作系统，FreeBSD 支持从极简窗口管理器到功能齐全的桌面环境等多种图形界面。本期第一篇文章逐一介绍这些选项，解释用户如何按自己的需要定制桌面，并指引到在 FreeBSD 之上构建完整桌面系统的下游项目。接下来的两篇文章深入探讨一些较新的支持桌面的设备驱动程序细节。最后，本期的第四篇文章解释在项目最近从 Subversion 迁移到 Git 后，如何跟上 FreeBSD 的开发进展。

6 月，编委会与 FreeBSD 项目的开发者共同敲定了接下来六期 FreeBSD 期刊的主题。我们对此非常期待。一如既往，乐于听到读者的反馈。如果你对文章有意见、对未来文章主题有建议，或有意撰写文章，请发邮件至 <info@freebsdjournal.com>。

* FreeBSD 开发（2021 年 9/10 月）
* 存储（2021 年 11/12 月）
* Ports 与打包基本系统（2022 年 1/2 月）
* ARM64 是一级架构（2022 年 3/4 月）
* 灾难恢复（2022 年 5/6 月）
* 科学、系统与 FreeBSD（2022 年 7/8 月）

最后，我们要感谢 George Neville-Neil 和 Kristof Provost 在编委会的服务。两人都卸任休整。George 自期刊创刊起即在编委会任职，并是首任编委会主席。Kristof 在编委会任职已两年。尽管他们不再在编委会，仍会出现在期刊页面中。其中一位（或至少他的另一个自我）甚至可能在本期露面……

代表 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/20210708-zhuo-mian-wu-xian-wang/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.
