mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-02 20:09:48 -08:00
Change the sddttime menu number to match sddtime
In `SDDTTime.py`:
```python
if sys.platform.startswith("linux") or sys.platform == "win32":
print("7. Dump DSDT - Automatically dump the system DSDT")
```
This commit is contained in:
@@ -9,7 +9,7 @@ So to start, we'll need to get a copy of your DSDT from your firmware. The easie
|
|||||||
|
|
||||||
* [SSDTTime](https://github.com/corpnewt/SSDTTime)
|
* [SSDTTime](https://github.com/corpnewt/SSDTTime)
|
||||||
* Supports both Windows and Linux for DSDT dumping
|
* Supports both Windows and Linux for DSDT dumping
|
||||||
* `4. Dump DSDT - Automatically dump the system DSDT`
|
* `7. Dump DSDT - Automatically dump the system DSDT`
|
||||||
* [acpidump.exe](https://acpica.org/downloads/binary-tools)
|
* [acpidump.exe](https://acpica.org/downloads/binary-tools)
|
||||||
* In command prompt run `path/to/acpidump.exe -b -n DSDT -z`, this will dump your DSDT as a .dat file. Rename this to DSDT.aml
|
* In command prompt run `path/to/acpidump.exe -b -n DSDT -z`, this will dump your DSDT as a .dat file. Rename this to DSDT.aml
|
||||||
|
|
||||||
@@ -75,4 +75,4 @@ fs0:\> cd EFI\OC\Tools
|
|||||||
fs0:\EFI\OC\Tools> acpidump.efi -b -n DSDT -z
|
fs0:\EFI\OC\Tools> acpidump.efi -b -n DSDT -z
|
||||||
```
|
```
|
||||||
|
|
||||||
Once done, you should find your DSDT in the EFI/OC/Tools folder with a `.dat` extension. Rename this DSDT.dat file to DSDT.aml to help us down the line
|
Once done, you should find your DSDT in the EFI/OC/Tools folder with a `.dat` extension. Rename this DSDT.dat file to DSDT.aml to help us down the line
|
||||||
|
|||||||
Reference in New Issue
Block a user