Fix links

This commit is contained in:
Mykola Grymalyuk
2020-04-18 13:56:09 -06:00
parent 17f7c8aba3
commit 52a1902952
8 changed files with 10 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ So to spoof the GPU, we need to find a couple things:
* Suitable PCI ID for the GPU
* ACPI Path of the GPU
* [SSDT-GPU-SPOOF](https://github.com/khronokernel/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-GPU-SPOOF.dsl.zip)
* [SSDT-GPU-SPOOF](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-GPU-SPOOF.dsl.zip)
## Finding a suitable PCI ID
@@ -71,7 +71,7 @@ And voila! We've found our ACPI path, now that we have everything we're ready to
## Making the SSDT
To start grab our [SSDT-GPU-SPOOF](https://github.com/khronokernel/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-GPU-SPOOF.dsl.zip) and open it up. Here there's a couple things to change:
To start grab our [SSDT-GPU-SPOOF](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-GPU-SPOOF.dsl.zip) and open it up. Here there's a couple things to change:
```
External (_SB_.PCI0, DeviceObj)

View File

@@ -1,18 +0,0 @@
# Fixing I2C
Used for tricking our hardware into unlocking Windows functionality inside macOS, mainly used for I2C devices.
No configuration required, just drop the prebuilt file into your EFI: [SSDT-XOSI](https://github.com/khronokernel/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-XOSI.aml)
Do note that this SSDT requires an ACPI patch as well:
Under `ACPI -> Patch`:
| Comment | String | Change _OSI to XOSI |
| :--- | :--- | :--- |
| Enabled | String | YES |
| Count | Number | 0 |
| Limit | Nuber | 0 |
| Find | Data | 5f4f5349 |
| Replace | Data | 584f5349 |