# FreeBSD 1.0 RELEASE 发行公告（1993 年 11 月）

* 原文地址：[FreeBSD 1.0 Announcement](https://www.freebsd.org/releases/1.0/announce/)

**发件人**: <jkh@whisker.lotus.ie> (Jordan K. Hubbard)\
**新闻组**: comp.os.386bsd.announce\
**主题**: FreeBSD 1.0 RELEASE 现已发布\
**日期**: 1993 年 11 月 1 日 16:12:20 -0800

FreeBSD 1.0 的首个“官方”版本现已发布，不再带有希腊字母标记——这是个“正式生产”版本。

虽然从 EPSILON（ε）到 RELEASE 之间修复了大量漏洞，但以下新增功能尤为重要：

* **动态缓冲区缓存机制**：可以在内存被其他用途占用时自动增减，这明显提升了磁盘操作速度。
* **Linux 声卡驱动**：支持 Gravis UltraSound、SoundBlaster 等声卡。
* **Mitsumi CD-ROM 接口及驱动支持**。
* **更新的安装软盘**。
* **更安全的 ISA 总线设备探测**：显著减少设备冲突的可能性。
* **针对 XFree86 2.0 的高级 syscons 支持**。

更多详细信息，请参阅发行说明。

**获取方式**:

FreeBSD 1.0 RELEASE 可通过 FTP 下载：`freebsd.cdrom.com`，以及其镜像站点（约 1 天后上线）。

**版本结构**:

* **FreeBSD.cdrom.com:** `~ftp/pub/FreeBSD/`
  * `FreeBSD-1.0-RELEASE/`\
    包括 `bin+src` 版本。
  * `FreeBSD-1.0-EPSILON-to-RELEASE`\
    用于现有 EPSILON 版本的升级补丁。

感谢所有通过网络为我们提供重要帮助的人士，包括查找漏洞、贡献修复和提供精神支持的热心网友。感谢你们！

同时特别感谢 Walnut Creek CDROM 的持续支持，他们的帮助（至今无盈利）让这一切成为可能。

若疑问，请发送至：

* <freebsd-questions@freefall.cdrom.com>。
* 报告漏洞请发送至：<freebsd-bugs@freefall.cdrom.com>。
* 技术交流请发送至：<freebsd-hackers@freefall.cdrom.com>。

此致，\
FreeBSD 团队

[发行主页](https://www.freebsd.org/releases/)


---

# 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/release/1.0.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.
