From fda9e5330ceea8bbbf25dbb8cee435a8ad30bb69 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Thu, 4 Jun 2020 17:53:40 -0600 Subject: [PATCH] Update iASL links --- Manual/compile.md | 2 +- troubleshooting.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual/compile.md b/Manual/compile.md index b3fa1c6..68f10b5 100644 --- a/Manual/compile.md +++ b/Manual/compile.md @@ -22,7 +22,7 @@ path/to/iasl.exe path/to/DSDT.aml ## 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 path/to/iasl.exe path/to/DSDT.aml diff --git a/troubleshooting.md b/troubleshooting.md index 1337a0b..5e933f0 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -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: * [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) ## Can't run `acpidump.efi` from OpenCore