> 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/2015-0910-cloudabi/foundation-letter.md).

# 基金会来信

* 原文：[Foundation Letter](https://freebsdfoundation.org/our-work/journal/browser-based-edition/cloudabi/)

**编委会来信**

**订阅人数突破五位数！**

我们的订阅人数又多了一位数！没错——FreeBSD 期刊的订阅者已超过 10,000 人。关注我们社交媒体的朋友早已看到这一消息，但能在期刊正文中留下这纸记录，仍令人欣喜。创刊之初，我们实在不知道能触及多少读者，如今能与各位相逢，深感荣幸。当然，眼下并非坐享其成之时，期刊编委会与全体同仁仍在继续努力，为你呈上 FreeBSD 领域的精华内容。

本期文章涵盖广泛：从 Luke Chang-Hsien Tsai 探讨系统内存的 MemGuard 文章，到 Michael Lucas 讲述 ZFS 启动，再到 Michael Dexter 介绍 FreeBSD 虚拟化选项，最后由 Ed Schouten 带我们走进云端，畅谈 CloudABI。当然，各位专栏作者悉数回归——Glen Barber 在“SVN 动态”中带我们紧跟源码树最新动态，Frederic Culot 在 Ports 报告中介绍 Ports 进展，Dru Lavigne 不仅更新了活动日历，还在“FreeBSD 本月动态”中为我们补充历史脉络。

今年的 FreeBSD 与 BSD 相关会议似乎比往年更多——多到我都无法全部到场。这无疑是好消息，彰显出社区日益壮大。若你未能参加今年在剑桥大学举办的 BSDCam 开发者峰会，至少可以通过阅读 Robert Watson 的会议报告略窥一斑。开发者峰会规模小于普通会议，更具学院气息，小群人聚在一起规划蓝图、为下一代 FreeBSD 构建原型。

本期最后是一篇书评。FreeBSD 资深贡献者 Greg Lehey 评介了 Thomas Limoncelli、Strata Chalup 与 Christina Hogan 合著的《The Practice of Cloud System Administration》。

2015 年还剩最后一期，但我们已经在筹划 2016 年的新文章阵容，期待明年能触达更多读者。

此致，

**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/2015-0910-cloudabi/foundation-letter.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.
