dSdt
DSDT stands for Differentiated System Description Table. It is the primary ACPI (Advanced Configuration and Power Interface) table provided by a computer’s firmware to describe the platform’s hardware and power management features to the operating system. The DSDT contains ACPI Machine Language (AML) code that defines devices, resources, and control methods within the ACPI namespace. It establishes the root of the ACPI namespace and may reference additional tables known as SSDTs (Secondary System Description Tables).
Firmware typically includes a DSDT as part of the ACPI table set. The operating system loads ACPI
Because ACPI behavior can affect hardware compatibility, some users patch or override the DSDT or add SSDTs
Notes: The DSDT is not a standalone executable; it is part of the set of ACPI tables