> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/release/freebsd-6.4-release/6.4-relnotes.md).

# FreeBSD 6.4-RELEASE 发行说明

## 发行亮点

6.4-RELEASE 的主要亮点如下：

* 全新且大幅改进的 NFS 锁管理器（NLM）客户端
* 支持 Camellia 加密算法
* 引导加载器的改进，支持从 USB 设备启动，以及在使用支持 GPT 的 BIOS 时从 GPT 标记的设备启动等
* amd64/i386 的 DVD 安装 ISO 镜像
* KDE 更新至 3.5.10，GNOME 更新至 2.22.3
* BIND、sendmail、OpenPAM 等的更新

更多详情请参阅下方的发行说明。

## 详细发行说明

FreeBSD 的发行说明针对不同平台进行了定制，因为对 FreeBSD 所做的部分更改仅适用于特定的处理器架构。

FreeBSD 6.4-RELEASE 的发行说明可在以下平台获取：

* [alpha](/release/freebsd-6.4-release/6.4-alpha.md)
* [amd64](/release/freebsd-6.4-release/6.4-amd64.md)
* [i386](/release/freebsd-6.4-release/6.4-i386.md)
* [pc98](/release/freebsd-6.4-release/6.4-pc98.md)
* [powerpc](/release/freebsd-6.4-release/6.4-powerpc.md)
* [sparc64](/release/freebsd-6.4-release/6.4-sparc64.md)

当前所有正在开发中的平台列表可在[支持的平台](https://www.freebsd.org/platforms/)页面查看。


---

# 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://book.bsdcn.org/release/freebsd-6.4-release/6.4-relnotes.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.
