mirror of https://github.com/kholia/OSX-KVM.git
Compare commits
2 Commits
e61d716675
...
f0d251cc6b
Author | SHA1 | Date |
---|---|---|
|
f0d251cc6b | |
|
ad213b6c80 |
|
@ -136,15 +136,14 @@ processors work just fine (even for macOS Sonoma).
|
|||
5. Monterey (12.6)
|
||||
6. Ventura (13) - RECOMMENDED
|
||||
7. Sonoma (14)
|
||||
8. Sequoia (15)
|
||||
|
||||
Choose a product to download (1-7): 6
|
||||
Choose a product to download (1-8): 6
|
||||
```
|
||||
|
||||
Note: Modern NVIDIA GPUs are supported on HighSierra but not on later
|
||||
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.
|
||||
|
||||
```
|
||||
|
|
|
@ -539,6 +539,7 @@ def main():
|
|||
{"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": "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):
|
||||
name = product["name"]
|
||||
|
|
Loading…
Reference in New Issue