> 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/man/man4/bhyve.4.md).

# bhyve.4

`bhyve` — 虚拟机监视器

## 名称

`bhyve`

## 概要

**/usr/sbin/bhyve** **/usr/sbin/bhyveload** **/usr/sbin/bhyvectl** **/boot/kernel/vmm.ko**

## 描述

`bhyve` 是由 FreeBSD 承载的虚拟机监视器，用于在 FreeBSD 之上托管未修改的客户机操作系统。

`bhyve` 严重依赖 CPU 和芯片组提供的硬件辅助来虚拟化处理器和内存资源。

## 参见

[vmm(4)](/man/man4/vmm.4.md), [bhyve(8)](/man/man8/bhyve.8.md), [bhyvectl(8)](/man/man8/bhyvectl.8.md), [bhyveload(8)](/man/man8/bhyveload.8.md)

## 历史

`bhyve` 首次出现于 FreeBSD 10.0，由 NetApp Inc. 开发。

## 作者

`bhyve` 由 Peter Grehan <grehan@FreeBSD.org> 和 Neel Natu <neel@FreeBSD.org> 在 NetApp Inc. 开发。

## 缺陷

`bhyve` 在 FreeBSD 中被视为实验性功能。


---

# 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/man/man4/bhyve.4.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.
