mirror of https://github.com/kholia/OSX-KVM.git
Compare commits
2 Commits
f0d251cc6b
...
e61d716675
Author | SHA1 | Date |
---|---|---|
|
e61d716675 | |
|
85581ccf05 |
|
@ -136,14 +136,15 @@ processors work just fine (even for macOS Sonoma).
|
||||||
5. Monterey (12.6)
|
5. Monterey (12.6)
|
||||||
6. Ventura (13) - RECOMMENDED
|
6. Ventura (13) - RECOMMENDED
|
||||||
7. Sonoma (14)
|
7. Sonoma (14)
|
||||||
8. Sequoia (15)
|
|
||||||
|
|
||||||
Choose a product to download (1-8): 6
|
Choose a product to download (1-7): 6
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: Modern NVIDIA GPUs are supported on HighSierra but not on later
|
Note: Modern NVIDIA GPUs are supported on HighSierra but not on later
|
||||||
versions of macOS.
|
versions of macOS.
|
||||||
|
|
||||||
|
Note 2: Use https://github.com/corpnewt/gibMacOS to download macOS Sequoia.
|
||||||
|
|
||||||
* Convert the downloaded `BaseSystem.dmg` file into the `BaseSystem.img` file.
|
* Convert the downloaded `BaseSystem.dmg` file into the `BaseSystem.img` file.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -539,7 +539,6 @@ def main():
|
||||||
{"name": "Monterey (12.6)", "b": "Mac-B809C3757DA9BB8D", "m": "00000000000000000", "os_type": "latest", "short": "monterey"},
|
{"name": "Monterey (12.6)", "b": "Mac-B809C3757DA9BB8D", "m": "00000000000000000", "os_type": "latest", "short": "monterey"},
|
||||||
{"name": "Ventura (13) - RECOMMENDED", "b": "Mac-4B682C642B45593E", "m": "00000000000000000", "os_type": "latest", "short": "ventura"},
|
{"name": "Ventura (13) - RECOMMENDED", "b": "Mac-4B682C642B45593E", "m": "00000000000000000", "os_type": "latest", "short": "ventura"},
|
||||||
{"name": "Sonoma (14) ", "b": "Mac-827FAC58A8FDFA22", "m": "00000000000000000", "short": "sonoma"},
|
{"name": "Sonoma (14) ", "b": "Mac-827FAC58A8FDFA22", "m": "00000000000000000", "short": "sonoma"},
|
||||||
{"name": "Sequoia (15) ", "b": "Mac-7BA5B2D9E42DDD94", "m": "00000000000000000", "short": "Sequoia", "os_type": "latest"},
|
|
||||||
]
|
]
|
||||||
for index, product in enumerate(products):
|
for index, product in enumerate(products):
|
||||||
name = product["name"]
|
name = product["name"]
|
||||||
|
|
Loading…
Reference in New Issue