> 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/di-5-zhang-xu-ni-hua-ping-tai-an-zhuang-freebsd/di-5.4-jie-ji-yu-apple-m1-he-parallels-desktop-an-zhuang-freebsd.md).

# 5.4 基于 Apple M1 和 Parallels Desktop 安装 FreeBSD

在 macOS 15.7.3 与 Parallels Desktop 26.3.3（57507）环境下，FreeBSD 16.0 的图形界面、键盘和鼠标均可正常使用。

> **警告**
>
> 本节基于 Apple M1，因此应选择 aarch64 架构的 FreeBSD。

## 配置虚拟机

环境准备就绪后，安装 FreeBSD。下图所示为新建页面，选中“通过映像文件安装 Windows、Linux 或 macOS”，确认并继续。

![新建](/files/zDTAj8meAgX6xUBljxHK)

点击左下角“没有指定源也继续”，确认并继续。

![没有指定源也继续](/files/Iw8553xXuvPZ3EA9P2ys)

在“请选中您的操作系统”界面中，选中“其他”。

![请选中您的操作系统](/files/I68XC4asBWS1OqBaR2Aq)

预览操作系统类型，确认并继续。

![预览操作系统类型](/files/nU1Sj5yeESIsvAtclwvK)

在“名称和位置”页面中，可调整各项设置。勾选“安装前设定”，确认并继续。

![名称和位置](/files/IXCsDP1ZQoDfYt0N3ySJ)

进入配置页面后，可调整各项设置。

![名称和位置](/files/1kspAOWaZbLa7UoEFmfg)

在顶部选择“硬件”选项卡，在左侧边栏选择“CD/DVD”，在右侧“源”中选择下载的 FreeBSD 镜像。

![CD/DVD](/files/gTI9UAy7nohilvudQMMd)

预览虚拟机配置后点击继续。

![CD/DVD](/files/2MJYBn6inFN7CDBcqhRy)

> **技巧**
>
> Parallels Desktop 的默认设置通常已足够，默认使用 UEFI 引导，无需调整硬件配置。

## 安装 FreeBSD

开始安装 FreeBSD 系统。

![安装 FreeBSD 系统](/files/PQwemlyaNYd8SH3bwM2A)

安装桌面环境后的效果预览：

![桌面界面](/files/uGUOPfhsnIyVfFwWgnWQ)

安装桌面环境后，系统即可正常运行，但分辨率无法调整。

## CPU 使用率验证

手动安装 Port **sysutils/htop** 后观察，CPU 使用率正常，无需额外调整。

![htop](/files/3MZb1ILQrpQ9FNh35CnV)


---

# 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://book.bsdcn.org/di-5-zhang-xu-ni-hua-ping-tai-an-zhuang-freebsd/di-5.4-jie-ji-yu-apple-m1-he-parallels-desktop-an-zhuang-freebsd.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.
