mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Misc Fixes
- Inital lint'ing - Clean up README.md table - Add CONTRIBUTING.md - Add TROUBLESHOOTING.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Compiling and decompiling ACPI Tables
|
||||
|
||||
See [General Troubleshooting](https://dortania.github.io/OpenCore-Desktop-Guide/troubleshooting/troubleshooting) if you have dumping/compiling errors
|
||||
See [Troubleshooting](/troubleshooting.md) if you have dumping/compiling errors
|
||||
|
||||
* [macOS Compiling and Decompiling](/Manual/compile.md#macos)
|
||||
* [Windows Compiling and Decompiling](/Manual/compile.md#windows)
|
||||
@@ -15,9 +15,10 @@ For those who prefer the command line, grab [iasl-stable](https://github.com/aci
|
||||
```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
|
||||
|
||||
@@ -27,7 +28,7 @@ Compiling and decompiling on windows is fairly simple though, you will need [ias
|
||||
path/to/iasl.exe path/to/DSDT.aml
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
* If compiled .aml file is provided, a decompiled .dsl file will be given and vice versa.
|
||||
|
||||
@@ -39,4 +40,4 @@ Compiling and decompiling with Linux is just as simple, you will need a special
|
||||
path/to/iasl path/to/DSDT.aml
|
||||
```
|
||||
|
||||
* If compiled .aml file is provided, a decompiled .dsl file will be given and vice versa.
|
||||
* If compiled .aml file is provided, a decompiled .dsl file will be given and vice versa.
|
||||
|
||||
Reference in New Issue
Block a user