docs: Add Ventura to supported MacOS releases

This commit is contained in:
Phil Clifford 2023-06-27 18:01:13 +01:00 committed by Martin Wimpress
parent 6545f87cdf
commit 4226c5ac27
8 changed files with 34 additions and 25 deletions

View File

@ -325,8 +325,8 @@ quickget macos catalina
quickemu --vm macos-catalina.conf quickemu --vm macos-catalina.conf
``` ```
macOS `high-sierra`, `mojave`, `catalina`, `big-sur` and `monterey` are macOS `high-sierra`, `mojave`, `catalina`, `big-sur`, `monterey` and
supported. `ventura` are supported.
- Use cursor keys and enter key to select the **macOS Base System** - Use cursor keys and enter key to select the **macOS Base System**
- From **macOS Utilities** - From **macOS Utilities**
@ -336,8 +336,8 @@ supported.
click **Erase**. click **Erase**.
- Enter a `Name:` for the disk - Enter a `Name:` for the disk
- If you are installing macOS Mojave or later (Catalina, Big - If you are installing macOS Mojave or later (Catalina, Big
Sur, and Monterey), choose any of the APFS options as the Sur, Monterey and Ventura), choose any of the APFS options
filesystem. MacOS Extended may not work. as the filesystem. MacOS Extended may not work.
- Click **Erase**. - Click **Erase**.
- Click **Done**. - Click **Done**.
- Close Disk Utility - Close Disk Utility
@ -413,6 +413,7 @@ There are some considerations when running macOS via Quickemu.
- Catalina **(Recommended)** - Catalina **(Recommended)**
- Big Sur - Big Sur
- Monterey - Monterey
- Ventura
- `quickemu` will automatically download the required - `quickemu` will automatically download the required
[OpenCore](https://github.com/acidanthera/OpenCorePkg) bootloader [OpenCore](https://github.com/acidanthera/OpenCorePkg) bootloader
and OVMF firmware from [OSX-KVM](https://github.com/kholia/OSX-KVM). and OVMF firmware from [OSX-KVM](https://github.com/kholia/OSX-KVM).

@ -1 +1 @@
Subproject commit 5bd40cb6bfbf21493c2cde258d09d0cab9ad3ff8 Subproject commit e33d8263e0d19d8ad9ef16d1dc00274b9a0ab4bf

View File

@ -14,7 +14,7 @@
. ftr VB CB . ftr VB CB
. ftr VBI CBI . ftr VBI CBI
.\} .\}
.TH "QUICKEMU" "1" "June 14, 2023" "quickemu" "Quickemu User Manual" .TH "QUICKEMU" "1" "June 27, 2023" "quickemu" "Quickemu User Manual"
.hy .hy
.SH NAME .SH NAME
.PP .PP
@ -490,7 +490,8 @@ quickemu --vm macos-catalina.conf
.fi .fi
.PP .PP
macOS \f[V]high-sierra\f[R], \f[V]mojave\f[R], \f[V]catalina\f[R], macOS \f[V]high-sierra\f[R], \f[V]mojave\f[R], \f[V]catalina\f[R],
\f[V]big-sur\f[R] and \f[V]monterey\f[R] are supported. \f[V]big-sur\f[R], \f[V]monterey\f[R] and \f[V]ventura\f[R] are
supported.
.IP \[bu] 2 .IP \[bu] 2
Use cursor keys and enter key to select the \f[B]macOS Base System\f[R] Use cursor keys and enter key to select the \f[B]macOS Base System\f[R]
.IP \[bu] 2 .IP \[bu] 2
@ -506,8 +507,8 @@ click \f[B]Erase\f[R].
.IP \[bu] 2 .IP \[bu] 2
Enter a \f[V]Name:\f[R] for the disk Enter a \f[V]Name:\f[R] for the disk
.IP \[bu] 2 .IP \[bu] 2
If you are installing macOS Mojave or later (Catalina, Big Sur, and If you are installing macOS Mojave or later (Catalina, Big Sur, Monterey
Monterey), choose any of the APFS options as the filesystem. and Ventura), choose any of the APFS options as the filesystem.
MacOS Extended may not work. MacOS Extended may not work.
.RE .RE
.IP \[bu] 2 .IP \[bu] 2
@ -626,6 +627,8 @@ Catalina \f[B](Recommended)\f[R]
Big Sur Big Sur
.IP \[bu] 2 .IP \[bu] 2
Monterey Monterey
.IP \[bu] 2
Ventura
.RE .RE
.IP \[bu] 2 .IP \[bu] 2
\f[V]quickemu\f[R] will automatically download the required \f[V]quickemu\f[R] will automatically download the required

View File

@ -1,6 +1,6 @@
--- ---
author: Martin Wimpress author: Martin Wimpress
date: June 14, 2023 date: June 27, 2023
footer: quickemu footer: quickemu
header: Quickemu User Manual header: Quickemu User Manual
section: 1 section: 1
@ -349,8 +349,8 @@ quickget macos catalina
quickemu --vm macos-catalina.conf quickemu --vm macos-catalina.conf
``` ```
macOS `high-sierra`, `mojave`, `catalina`, `big-sur` and `monterey` are macOS `high-sierra`, `mojave`, `catalina`, `big-sur`, `monterey` and
supported. `ventura` are supported.
- Use cursor keys and enter key to select the **macOS Base System** - Use cursor keys and enter key to select the **macOS Base System**
- From **macOS Utilities** - From **macOS Utilities**
@ -360,8 +360,8 @@ supported.
click **Erase**. click **Erase**.
- Enter a `Name:` for the disk - Enter a `Name:` for the disk
- If you are installing macOS Mojave or later (Catalina, Big - If you are installing macOS Mojave or later (Catalina, Big
Sur, and Monterey), choose any of the APFS options as the Sur, Monterey and Ventura), choose any of the APFS options
filesystem. MacOS Extended may not work. as the filesystem. MacOS Extended may not work.
- Click **Erase**. - Click **Erase**.
- Click **Done**. - Click **Done**.
- Close Disk Utility - Close Disk Utility
@ -443,6 +443,7 @@ There are some considerations when running macOS via Quickemu.
- Catalina **(Recommended)** - Catalina **(Recommended)**
- Big Sur - Big Sur
- Monterey - Monterey
- Ventura
- `quickemu` will automatically download the required - `quickemu` will automatically download the required
[OpenCore](https://github.com/acidanthera/OpenCorePkg) bootloader [OpenCore](https://github.com/acidanthera/OpenCorePkg) bootloader
and OVMF firmware from [OSX-KVM](https://github.com/kholia/OSX-KVM). and OVMF firmware from [OSX-KVM](https://github.com/kholia/OSX-KVM).

View File

@ -14,7 +14,7 @@
. ftr VB CB . ftr VB CB
. ftr VBI CBI . ftr VBI CBI
.\} .\}
.TH "QUICKEMU_CONF" "1" "June 14, 2023" "quickemu_conf" "Quickemu Configuration Manual" .TH "QUICKEMU_CONF" "1" "June 27, 2023" "quickemu_conf" "Quickemu Configuration Manual"
.hy .hy
.SH NAME .SH NAME
.PP .PP

View File

@ -1,6 +1,6 @@
--- ---
author: Martin Wimpress author: Martin Wimpress
date: June 14, 2023 date: June 27, 2023
footer: quickemu_conf footer: quickemu_conf
header: Quickemu Configuration Manual header: Quickemu Configuration Manual
section: 1 section: 1

View File

@ -14,7 +14,7 @@
. ftr VB CB . ftr VB CB
. ftr VBI CBI . ftr VBI CBI
.\} .\}
.TH "QUICKGET" "1" "June 14, 2023" "quickget" "Quickget User Manual" .TH "QUICKGET" "1" "June 27, 2023" "quickget" "Quickget User Manual"
.hy .hy
.SH NAME .SH NAME
.PP .PP
@ -273,7 +273,8 @@ quickemu --vm macos-catalina.conf
.fi .fi
.PP .PP
macOS \f[V]high-sierra\f[R], \f[V]mojave\f[R], \f[V]catalina\f[R], macOS \f[V]high-sierra\f[R], \f[V]mojave\f[R], \f[V]catalina\f[R],
\f[V]big-sur\f[R] and \f[V]monterey\f[R] are supported. \f[V]big-sur\f[R], \f[V]monterey\f[R] and \f[V]ventura\f[R] are
supported.
.IP \[bu] 2 .IP \[bu] 2
Use cursor keys and enter key to select the \f[B]macOS Base System\f[R] Use cursor keys and enter key to select the \f[B]macOS Base System\f[R]
.IP \[bu] 2 .IP \[bu] 2
@ -289,8 +290,8 @@ click \f[B]Erase\f[R].
.IP \[bu] 2 .IP \[bu] 2
Enter a \f[V]Name:\f[R] for the disk Enter a \f[V]Name:\f[R] for the disk
.IP \[bu] 2 .IP \[bu] 2
If you are installing macOS Mojave or later (Catalina, Big Sur, and If you are installing macOS Mojave or later (Catalina, Big Sur, Monterey
Monterey), choose any of the APFS options as the filesystem. and Ventura), choose any of the APFS options as the filesystem.
MacOS Extended may not work. MacOS Extended may not work.
.RE .RE
.IP \[bu] 2 .IP \[bu] 2
@ -409,6 +410,8 @@ Catalina \f[B](Recommended)\f[R]
Big Sur Big Sur
.IP \[bu] 2 .IP \[bu] 2
Monterey Monterey
.IP \[bu] 2
Ventura
.RE .RE
.IP \[bu] 2 .IP \[bu] 2
\f[V]quickemu\f[R] will automatically download the required \f[V]quickemu\f[R] will automatically download the required

View File

@ -1,6 +1,6 @@
--- ---
author: Martin Wimpress author: Martin Wimpress
date: June 14, 2023 date: June 27, 2023
footer: quickget footer: quickget
header: Quickget User Manual header: Quickget User Manual
section: 1 section: 1
@ -181,8 +181,8 @@ quickget macos catalina
quickemu --vm macos-catalina.conf quickemu --vm macos-catalina.conf
``` ```
macOS `high-sierra`, `mojave`, `catalina`, `big-sur` and `monterey` are macOS `high-sierra`, `mojave`, `catalina`, `big-sur`, `monterey` and
supported. `ventura` are supported.
- Use cursor keys and enter key to select the **macOS Base System** - Use cursor keys and enter key to select the **macOS Base System**
- From **macOS Utilities** - From **macOS Utilities**
@ -192,8 +192,8 @@ supported.
click **Erase**. click **Erase**.
- Enter a `Name:` for the disk - Enter a `Name:` for the disk
- If you are installing macOS Mojave or later (Catalina, Big - If you are installing macOS Mojave or later (Catalina, Big
Sur, and Monterey), choose any of the APFS options as the Sur, Monterey and Ventura), choose any of the APFS options
filesystem. MacOS Extended may not work. as the filesystem. MacOS Extended may not work.
- Click **Erase**. - Click **Erase**.
- Click **Done**. - Click **Done**.
- Close Disk Utility - Close Disk Utility
@ -275,6 +275,7 @@ There are some considerations when running macOS via Quickemu.
- Catalina **(Recommended)** - Catalina **(Recommended)**
- Big Sur - Big Sur
- Monterey - Monterey
- Ventura
- `quickemu` will automatically download the required - `quickemu` will automatically download the required
[OpenCore](https://github.com/acidanthera/OpenCorePkg) bootloader [OpenCore](https://github.com/acidanthera/OpenCorePkg) bootloader
and OVMF firmware from [OSX-KVM](https://github.com/kholia/OSX-KVM). and OVMF firmware from [OSX-KVM](https://github.com/kholia/OSX-KVM).