# 第一版（2001）

第二版是 FreeBSD 文档项目专员两年多努力的结晶。本版的主要变化如下：

* 添加了完整索引。
* 所有 ASCII 图均被图形化的图表取代。
* 每章都增加了独立的概述小节，以在短时间内获得该章所涉及的内容，以及读者应了解的内容。
* 内容上被逻辑重组为三部分：“入门指南”，“系统管理”和“附录”。
* [FreeBSD 基础](https://docs.freebsd.org/en/books/handbook/book/#basics)已增补，包含了有关进程，守护程序和信号的额外信息。
* [安装应用程序：软件包和 Port](https://docs.freebsd.org/en/books/handbook/book/#ports) 已增补，包含了有关使用二进制软件包管理的其他信息。
* [X Window 系统](https://docs.freebsd.org/en/books/handbook/book/#x11)被完全重写，重点是在 XFree86™ 4.X 上使用现代桌面技术，如 KDE 和 GNOME。
* [FreeBSD 启动过程](https://docs.freebsd.org/en/books/handbook/book/#boot)已增补。
* 将以前两个独立的小节“磁盘”和“备份”重写为[存储](https://docs.freebsd.org/en/books/handbook/book/#disks)。我们认为将这些主题作为单独一章呈现更易理解。还添加了有关 RAID（硬件和软件）的部分。
* [串行通信](https://docs.freebsd.org/en/books/handbook/book/#serialcomms)已完全重写并更新，适用于 FreeBSD 4.X/5.X。
* [PPP](https://docs.freebsd.org/en/books/handbook/book/#ppp-and-slip) 已大幅更新。
* [高级网络](https://docs.freebsd.org/en/books/handbook/book/#advanced-networking)中添加了许多新章节。
* [电子邮件](https://docs.freebsd.org/en/books/handbook/book/#mail)已增补，包括有关配置 sendmail 的更多信息。
* [Linux® 二进制兼容层](https://docs.freebsd.org/en/books/handbook/book/#linuxemu)已增补，包括了有关安装 Oracle®和 SAP® R/3® 的信息。
* 第二版涉及以下新主题：
  * [配置和调优](https://docs.freebsd.org/en/books/handbook/book/#config-tuning)。
  * [多媒体](https://docs.freebsd.org/en/books/handbook/book/#multimedia)。


---

# 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://book.bsdcn.org/hanbook/qian-yan/di-yi-ban-2001.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.
