# 第三版

当前版本的在线手册凝聚着过去十年间许多贡献者的不懈努力。自 2004 年两卷本的第三版出版以来，以下是一些重要变化：

* 新增了 [WINE](https://docs.freebsd.org/en/books/handbook/book/#wine)，介绍了如何在 FreeBSD 上运行 Windows® 应用程序。
* 新增了 [DTrace](https://docs.freebsd.org/en/books/handbook/book/#dtrace) 的有关信息，它是一款功能强大的性能分析工具。
* 新增了[其他文件系统](https://docs.freebsd.org/en/books/handbook/book/#filesystems)，介绍了 FreeBSD 中的非原生文件系统，如 Sun™ 的 ZFS。
* 新增了[安全事件审计](https://docs.freebsd.org/en/books/handbook/book/#audit)，以涉及 FreeBSD 中新的审计功能并介绍其使用方法。
* 增加了有关在[虚拟化](https://docs.freebsd.org/en/books/handbook/book/#virtualization)软件上安装 FreeBSD 的内容。
* [安装 FreeBSD](https://docs.freebsd.org/en/books/handbook/book/#bsdinstall) 新增了使用新的安装工具——用 bsdinstall 安装 FreeBSD 的方法。


---

# Agent Instructions: 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:

```
GET https://handbook.bsdcn.org/qian-yan/di-san-ban.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
