git: 14c7f1d5e3 - main - Handbook - Virtualization: Remove 'Intel-based' from Apple
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=14c7f1d5e39ee88b4521e2ed0ab2c9365cdd5448 commit 14c7f1d5e39ee88b4521e2ed0ab2c9365cdd5448 Author: Minsoo Choo <[email protected]> AuthorDate: 2023-04-09 17:56:28 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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.