mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
In `SDDTTime.py`:
```python
if sys.platform.startswith("linux") or sys.platform == "win32":
print("7. Dump DSDT - Automatically dump the system DSDT")
```