mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-04 21:09:47 -08:00
Inital import
This commit is contained in:
@@ -12,23 +12,23 @@ So compiling DSDTs and SSDTs are quite easy with macOS, all you need is [MaciASL
|
||||
|
||||
For those who prefer the command line, grab [iasl-stable](https://github.com/acidanthera/MaciASL/blob/master/Dist/iasl-stable) and run the following:
|
||||
|
||||
```text
|
||||
```
|
||||
path/to/iasl.exe path/to/DSDT.aml
|
||||
```
|
||||
|
||||
* If compiled .aml file is provided, a decompiled .dsl file will be given and vice versa.
|
||||
|
||||

|
||||

|
||||
|
||||
## Windows
|
||||
|
||||
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
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
* If compiled .aml file is provided, a decompiled .dsl file will be given and vice versa.
|
||||
|
||||
@@ -36,7 +36,7 @@ path/to/iasl.exe path/to/DSDT.aml
|
||||
|
||||
Compiling and decompiling with Linux is just as simple, you will need a copy of iasl. You can get it here ([iasl](http://amdosx.kellynet.nl/iasl.zip)) or through the `iasl` package in your package manager. iasl can be used as such:
|
||||
|
||||
```text
|
||||
```
|
||||
path/to/iasl path/to/DSDT.aml
|
||||
```
|
||||
|
||||
|
||||
@@ -54,9 +54,9 @@ For the latter, you just need to replace the following files with [DEBUG version
|
||||
* EFI/OC/
|
||||
* `OpenCore.efi`
|
||||
|
||||
For the former, you can actually skip the ACPI section, return to the OpenCore guide([Desktop](https://dortania.github.io/OpenCore-Desktop-Guide/), [Laptop](https://dortania.github.io/vanilla-laptop-guide/)) and finish making the USB. Once booted to the picker, you can shut off the PC and check your USB:
|
||||
For the former, you can actually skip the ACPI section, return to the [OpenCore guide](https://dortania.github.io/OpenCore-Desktop-Guide/) and finish making the USB. Once booted to the picker, you can shut off the PC and check your USB:
|
||||
|
||||

|
||||

|
||||
|
||||
And voila! You have a DSDT! Now you can continue on with making SSDTs
|
||||
|
||||
@@ -66,7 +66,7 @@ For this, we'll want ti grab [`acpidump.efi`](https://github.com/dortania/OpenCo
|
||||
|
||||
If OpenCore is having issues running acpidump.efi from the boot picker, you can call it from the shell with [OpenShell](https://github.com/acidanthera/OpenCorePkg/releases)(reminder to add to both `EFI/OC/Tools` and in your config under `Misc -> Tools` ):
|
||||
|
||||
```text
|
||||
```
|
||||
shell> fs0: // replace with proper drive
|
||||
fs0:\> dir // to verify this is the right directory
|
||||
Directory of fs0:\
|
||||
|
||||
Reference in New Issue
Block a user