chore: drop macos high-sierra; recovery server is no longer available
This commit is contained in:
parent
dbb43157df
commit
69131b2e39
|
@ -37,8 +37,7 @@ Haiku, KolibriOS, OpenIndiana, ReactOS, and more.
|
|||
|
||||
# Features
|
||||
|
||||
- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina, Mojave &
|
||||
High Sierra
|
||||
- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave
|
||||
- **Windows** 10 and 11 including TPM 2.0
|
||||
- [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu
|
||||
flavours](https://ubuntu.com/download/flavours)**
|
||||
|
|
|
@ -167,8 +167,7 @@ Haiku, KolibriOS, OpenIndiana, ReactOS, and more.
|
|||
|
||||
# Features
|
||||
|
||||
- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina, Mojave &
|
||||
High Sierra
|
||||
- **macOS** Sonoma, Ventura, Monterey, Big Sur, Catalina & Mojave
|
||||
- **Windows** 10 and 11 including TPM 2.0
|
||||
- [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu
|
||||
flavours](https://ubuntu.com/download/flavours)**
|
||||
|
@ -503,8 +502,7 @@ quickget macos catalina
|
|||
quickemu --vm macos-catalina.conf
|
||||
```
|
||||
|
||||
macOS `high-sierra`, `mojave`, `catalina`, `big-sur`, `monterey`,
|
||||
`ventura` and `sonoma` are supported.
|
||||
macOS `mojave`, `catalina`, `big-sur`, `monterey`, `ventura` and `sonoma` are supported.
|
||||
|
||||
- Use cursor keys and enter key to select the **macOS Base System**
|
||||
- From **macOS Utilities**
|
||||
|
|
|
@ -358,7 +358,7 @@ quickget macos catalina
|
|||
quickemu \-\-vm macos\-catalina.conf
|
||||
.EE
|
||||
.PP
|
||||
macOS \f[CR]high\-sierra\f[R], \f[CR]mojave\f[R], \f[CR]catalina\f[R],
|
||||
macOS \f[CR]mojave\f[R], \f[CR]catalina\f[R],
|
||||
\f[CR]big\-sur\f[R], \f[CR]monterey\f[R], \f[CR]ventura\f[R] and
|
||||
\f[CR]sonoma\f[R] are supported.
|
||||
.IP \[bu] 2
|
||||
|
|
|
@ -262,8 +262,7 @@ quickget macos catalina
|
|||
quickemu --vm macos-catalina.conf
|
||||
```
|
||||
|
||||
macOS `high-sierra`, `mojave`, `catalina`, `big-sur`, `monterey`,
|
||||
`ventura` and `sonoma` are supported.
|
||||
macOS `mojave`, `catalina`, `big-sur`, `monterey`, `ventura` and `sonoma` are supported.
|
||||
|
||||
- Use cursor keys and enter key to select the **macOS Base System**
|
||||
- From **macOS Utilities**
|
||||
|
|
2
quickemu
2
quickemu
|
@ -529,7 +529,7 @@ function vm_boot() {
|
|||
# noTSX stops cpuid errors https://duckduckgo.com/?t=ffab&q=CPUID.07H%3AEBX.rtm+%5Bbit+11%5D&ia=web also cited by NickSherlock for Ventura install
|
||||
# Penryn https://github.com/search?q=repo%3Akholia%2FOSX-KVM%20%20GenuineIntel&type=code
|
||||
# https://en.wikipedia.org/wiki/MacOS_version_history#Releases
|
||||
# quickget current list: high-sierra mojave catalina big-sur monterey ventura sonoma
|
||||
# quickget current list: mojave catalina big-sur monterey ventura sonoma
|
||||
# A CPU with SSE4.1 support is required for >= macOS Sierra
|
||||
# A CPU with SSE4.2 support is required for >= macOS Catalina
|
||||
# A CPU with AVX2 support is required for >= macOS Ventura
|
||||
|
|
Loading…
Reference in New Issue