> 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/1.0.md).

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