> For the complete documentation index, see [llms.txt](https://handbook.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.bsdcn.org/di-24-zhang-xu-ni-hua/24.1.-gai-shu.md).

# 24.1.概述

虚拟化软件允许多个操作系统在同一台计算机上同时运行。这类软件系统通常包含一个运行虚拟化软件的宿主操作系统，并支持任意数量的客体操作系统。

通过阅读本章，你将了解：

* 宿主操作系统与客体操作系统之间的区别；
* 如何在以下虚拟化平台上安装 FreeBSD：
  * Parallels Desktop（Apple® macOS®）
  * VMware Fusion（Apple® macOS®）
  * VirtualBox™（Microsoft® Windows®、基于 Intel® 的 Apple® macOS®、Linux）
  * QEMU（FreeBSD）
  * bhyve（FreeBSD）
* 如何调整 FreeBSD 系统以在虚拟化环境中获得最佳性能。

在阅读本章之前，你应当：

* 理解 [UNIX® 和 FreeBSD 的基础知识](/di-3-zhang-freebsd-ji-chu/3.1.-gai-shu.md)；
* 了解如何 [安装 FreeBSD](/di-2-zhang-an-zhuang-freebsd/2.1.-gai-shu.md)；
* 了解如何 [设置网络连接](/di-34-zhang-gao-ji-wang-luo/34.1.-gai-shu.md)；
* 了解如何 [安装额外的第三方软件](/di-4-zhang-an-zhuang-ying-yong-cheng-xu-ruan-jian-bao-he-ports/4.1.-gai-shu.md)。


---

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

```
GET https://handbook.bsdcn.org/di-24-zhang-xu-ni-hua/24.1.-gai-shu.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.
