Fix SSDT-XOSI links (#69)

Change broken relative paths to absolute external links
This commit is contained in:
M4kI9H7
2021-10-31 03:11:25 +09:00
committed by GitHub
parent e324feafa8
commit 020d9f21e8

View File

@@ -143,8 +143,8 @@ The best way to patch these checks is to use _OSI to XOSI with SSDT-XOSI. You ca
Requires the below SSDT and patch
* [SSDT-XOSI.dsl](/extra-files/decompiled/SSDT-XOSI.dsl) - If you need to edit [which versions of Windows the SSDT checks for](https://docs.microsoft.com/en-us/windows-hardware/drivers/acpi/winacpi-osi#_osi-strings-for-windows-operating-systems).
* [SSDT-XOSI.aml](/extra-files/compiled/SSDT-XOSI.aml) - Precompiled
* [SSDT-XOSI.dsl](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/decompiled/SSDT-XOSI.dsl) - If you need to edit [which versions of Windows the SSDT checks for](https://docs.microsoft.com/en-us/windows-hardware/drivers/acpi/winacpi-osi#_osi-strings-for-windows-operating-systems).
* [SSDT-XOSI.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-XOSI.aml) - Precompiled
* XOSI Rename (Add this under ACPI -> Patch in your config.plist):
| Comment | String | Change \_OSI to XOSI |