> 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/20160708-freebsd-yu-rtems/letter-from-the-foundation.md).

# 基金会致信

* 原文：[Letter from the Foundation](https://freebsdfoundation.org/wp-content/uploads/2016/08/Letter-from-the-Foundation.pdf)
* 作者：**George Neville-Neil**

暑期阅读

美国东北部现在是夏天，夏天就要读暑期读物。还有什么比阅读 FreeBSD 相关内容度过这些日子更好的方式呢？本期带来几个有趣的话题，包括两篇关于 ZFS 的文章：一篇是 Michael W. Lucas 撰写的《ZFS 调优》，他是同主题两本优秀著作《FreeBSD Mastery: ZFS》和《FreeBSD Mastery: Advanced ZFS》的合著者。作为笔记本电脑上改用 ZFS、用启动环境降低内核开发风险的人，我可以说，深入了解这一文件系统总能提升我的生产力。Michael 在 ZFS 书籍中的合著者 Allan Jude 撰写了一篇关于 ScaleEngine 使用 FreeBSD 的精彩文章，这是一家自 2008 年起由他运营的内容分发网络。ScaleEngine 使用 FreeBSD，特别是 ZFS，从全球分布的数据中心向世界各地的客户端提供视频和其他内容。

过去几年里，我们许多人看着 Linux 社区因 systemd 之争而分裂。幸灾乐祸固然不错，但 FreeBSD 也需要找到改进自身 init 系统的方法。Mark Heily 撰写了一篇题为《把活干完》的文章，希望能帮助 FreeBSD 以更少的喧嚣与风波渡过这片水域。

FreeBSD 期刊的许多读者熟悉作为整体的 FreeBSD——从内核到用户空间再到工具，但一直以来，包括前 Wind River 的 VxWorks 在内的各种嵌入式操作系统，都出于自身目的采用 FreeBSD 的组件。FreeBSD 中最常被复用的部分是 TCP/IP 协议栈，它是系统中较大且较复杂的部分，自 20 世纪 80 年代最初的伯克利软件发行版以来一直在积极开发。RTEMS 的几位开发者讨论了他们在自己的“多处理器系统实时执行体”——一种开源实时操作系统（RTOS）——中使用 FreeBSD 部分组件的情况。

本期主打内容的收尾之作是 Diane Bruce 撰写的《业余无线电与 FreeBSD》。正如 Diane 所指出的，计算能力价格的持续下降，让数字与模拟世界这一迷人融合，几乎每一个对该主题感兴趣的人都能触及。

与往常一样，我们的专栏作者让你了解 FreeBSD 各方面的最新动态，包括 Steven Kreuzer 的 `svn update`；Tim Moore 的会议报告；Dru Lavigne 撰写的《FreeBSD 新面孔》专题以及活动日历；最后是 FreeBSD 基金会执行董事 Deb Goodkin 提供的最新动态。希望在你读完本期夏末刊物后，会期待我们在 9/10 月刊上带来的更凉爽气候与精彩文章。

此致，

**George Neville-Neil**

代表 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/20160708-freebsd-yu-rtems/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.
