# 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 的基础知识](https://docs.freebsd.org/en/books/handbook/basics/#basics)；
* 了解如何 [安装 FreeBSD](https://docs.freebsd.org/en/books/handbook/bsdinstall/#bsdinstall)；
* 了解如何 [设置网络连接](https://docs.freebsd.org/en/books/handbook/advanced-networking/#advanced-networking)；
* 了解如何 [安装额外的第三方软件](https://docs.freebsd.org/en/books/handbook/ports/#ports)。


---

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