git: 14c7f1d5e3 - main - Handbook - Virtualization: Remove 'Intel-based' from Apple
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 17:58:08 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=14c7f1d5e39ee88b4521e2ed0ab2c9365cdd5448 commit 14c7f1d5e39ee88b4521e2ed0ab2c9365cdd5448 Author: Minsoo Choo <minsoochoo0122@proton.me> AuthorDate: 2023-04-09 17:56:28 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-04-09 17:56:28 +0000 Handbook - Virtualization: Remove 'Intel-based' from Apple Apple Silicon has been supported on VMware Fusion since version 13 and it has also been supported on Parallels Desktop since version 17 Differential Revision: https://reviews.freebsd.org/D39468 --- documentation/content/en/books/handbook/virtualization/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc index d0d47868d7..fa7ac4a3d4 100644 --- a/documentation/content/en/books/handbook/virtualization/_index.adoc +++ b/documentation/content/en/books/handbook/virtualization/_index.adoc @@ -58,8 +58,8 @@ After reading this chapter, you will know: * The difference between a host operating system and a guest operating system. * How to install FreeBSD on the following virtualization platforms: -** Parallels Desktop(Intel(R)-based Apple(R) macOS(R)) -** VMware Fusion(Intel(R)-based Apple(R) macOS(R)) +** Parallels Desktop(Apple(R) macOS(R)) +** VMware Fusion(Apple(R) macOS(R)) ** VirtualBox(TM)(Microsoft(R) Windows(R), Intel(R)-based Apple(R) macOS(R), Linux) ** bhyve(FreeBSD) * How to tune a FreeBSD system for best performance under virtualization.