corpnewt / SSDTTime

SSDT/DSDT hotpatch attempts.
MIT License
1.09k stars 180 forks source link

Get ACPI Binary Tools download link directly from ACPICA repository #71

Closed lzhoang2801 closed 1 month ago

lzhoang2801 commented 1 month ago

For cases where accessing Intel's main website is not possible in the previous approach

corpnewt commented 1 month ago

I appreciate the PR - I've reworked the idea in this commit which prioritizes the user-attachments, falls back on uploaded assets, and if both of those fail will fall back to intel.com for the binary tools.

-CorpNewt