Files
Getting-Started-With-ACPI/Manual/compile.md
Mykola Grymalyuk 22f51d9861 Update compile.md
2020-03-31 17:33:11 -06:00

1.1 KiB

Compiling and decompiling ACPI Tables

macOS

So compiling DSDTs and SSDTs are quite easy with macOS, all you need is MaciASL. To compile, just File -> SaveAs -> ACPI Machine Language Binary(.AML), decompiling is just opening the file in MaciASL.

Windows

Compiling and decompiling on windows is fairly simple though, you will need iasl.exe and Command Prompt:

path/to/iasl.exe path/to/DSDT.aml

If compiled .aml file is provided, a decompiled .dsl file will be given and vice versa.

Linux

Compiling and decompiling with Linux is just as simple, you will need a special copy of iasl and terminal:

path/to/iasl path/to/DSDT.aml

If compiled .aml file is provided, a decompiled .dsl file will be given and vice versa.

See General Troubleshooting if you have dumping/compiling errors