Update iASL links

This commit is contained in:
Mykola Grymalyuk
2020-06-04 17:53:40 -06:00
parent 60bae10348
commit fda9e5330c
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ path/to/iasl.exe path/to/DSDT.aml
## Windows ## Windows
Compiling and decompiling on windows is fairly simple though, you will need [iasl.exe](https://acpica.org/sites/acpica/files/iasl-win-20180105.zip) and Command Prompt: Compiling and decompiling on windows is fairly simple though, you will need [iasl.exe](https://acpica.org/downloads/binary-tools) and Command Prompt:
```text ```text
path/to/iasl.exe path/to/DSDT.aml path/to/iasl.exe path/to/DSDT.aml

View File

@@ -12,7 +12,7 @@
This is usually due to an outdated version of Python, try either updating Python or add iasl to the scripts folder for SSDTTime: This is usually due to an outdated version of Python, try either updating Python or add iasl to the scripts folder for SSDTTime:
* [iasl macOS version](https://bitbucket.org/RehabMan/acpica/downloads/iasl.zip) * [iasl macOS version](https://bitbucket.org/RehabMan/acpica/downloads/iasl.zip)
* [iasl Windows version](https://acpica.org/sites/acpica/files/iasl-win-20180105.zip) * [iasl Windows version](https://acpica.org/downloads/binary-tools)
* [iasl Linux version](http://amdosx.kellynet.nl/iasl.zip) * [iasl Linux version](http://amdosx.kellynet.nl/iasl.zip)
## Can't run `acpidump.efi` from OpenCore ## Can't run `acpidump.efi` from OpenCore