You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -519,15 +519,12 @@ You can also manually add the below plist entry to your config.plist:
519
519
> and using `08` for the `cpuid_cores_per_package` patch (see [#37](https://github.com/Qonfused/OSX-Hyper-V/issues/37)).
520
520
521
521
> [!TIP]
522
-
> You can use OCE-Build's [`amd.py`](https://github.com/Qonfused/OCE-Build/blob/main/scripts/amd.py) script to automatically generate these AMD
523
-
> patches for your CPU.
524
-
>
525
-
> First [install UV](https://docs.astral.sh/uv/getting-started/installation) (or run `pip install uv` if you have Python 3 installed) and then run the below command:
526
-
> ```shell
527
-
> uv run https://raw.githubusercontent.com/Qonfused/OCE-Build/refs/heads/main/scripts/amd.py --cpu <core_count> --hyperv --out src/patches.amd.yml
522
+
> You can use the `amd.ps1` script to automatically generate these AMD patches for your CPU by running the below command:
523
+
> ```powershell
524
+
> .\scripts\amd.ps1 --cpu <core_count>
528
525
> ```
529
526
>
530
-
> Notice that this requires the `--cpu` option to be set to the number of cores assigned to the VM (at the end of the command).
527
+
> Notice that this requires the `--cpu` option to be set to the number of cores assigned to the VM.
0 commit comments