mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Merge branch 'vuepress-transition' of github.com:dortania/Getting-Started-With-ACPI into vuepress-transition
This commit is contained in:
BIN
.vuepress/public/troubleshooting-md/decompile-error.png
Normal file
BIN
.vuepress/public/troubleshooting-md/decompile-error.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 175 KiB |
BIN
.vuepress/public/troubleshooting-md/invalid-parse.png
Normal file
BIN
.vuepress/public/troubleshooting-md/invalid-parse.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 125 KiB |
@@ -39,17 +39,17 @@ Some guidelines when contributing via PRs:
|
||||
|
||||
### How to Contribute
|
||||
|
||||
Best way to test your commits and make sure they are formatted correctly is downloading `nodejs` and getting the [gitbook-cli](https://github.com/GitbookIO/gitbook-cli) and [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) tools. When you run `gitbook serve`, it will set up a local webserver which you can connect to view the changes you made. `markdownlint *` will throw any errors at you about formatting as well, and `markdownlint -f *` will attempt to fix these.
|
||||
Best way to test your commits and make sure they are formatted correctly is downloading `nodejs` and `yarn` then getting the VuePress and [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) tools. When you run `yarn dev`, it will set up a local webserver which you can connect to view the changes you made. `markdownlint *` will throw any errors at you about formatting as well, and `markdownlint -f *` will attempt to fix these.
|
||||
|
||||
* [Fork this repo](https://github.com/dortania/Getting-Started-With-ACPI/fork/)
|
||||
* Install the required tools:
|
||||
* `brew install yarn`
|
||||
* `npm install -g markdownlint-cli`
|
||||
* `npm install -g gitbook-cli`
|
||||
* Make your changes.
|
||||
* Build the site:
|
||||
* `gitbook install` (To install all the required gitbook plugins)
|
||||
* `gitbook serve` (Preview the site)
|
||||
* Can be found at `http://localhost:4000`
|
||||
* `yarn install` (To install all the required plugins)
|
||||
* `yarn dev` (Preview the site)
|
||||
* Can be found at `http://localhost:8080`
|
||||
* Check markdown format:
|
||||
* `markdownlint -f *` (To fix any potential issues)
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ iasl * [insert all ACPI files here]
|
||||
|
||||
## Decompiling Error
|
||||
|
||||

|
||||

|
||||
|
||||
```
|
||||
Loading Acpi table from file iASLAwjHrs.aml
|
||||
@@ -63,12 +63,12 @@ This is a common error on DSDTs that have methods that aren't supported by maciA
|
||||
|
||||
## Invalid character (0x3D), expecting ASL keyword or name
|
||||
|
||||

|
||||

|
||||
|
||||
Similar to the above error, you're running an outdated copy of maciASL. Make sure you're using the latest from Acidanthera's repo: [maciASL](https://github.com/acidanthera/MaciASL/releases)
|
||||
|
||||
## Syntax error, unexpected PARSEOP_ONE, expecting '('
|
||||
|
||||

|
||||

|
||||
|
||||
Similar to the above 2 errors, you're running an outdated copy of maciASL. Make sure you're using the latest from Acidanthera's repo: [maciASL](https://github.com/acidanthera/MaciASL/releases)
|
||||
|
||||
Reference in New Issue
Block a user