7 | | The ACPI Project is an ACPI based Platform Specific Driver (PSD) and supporting files and programs. |
| 7 | The ACPI Project is an ACPI based Platform Specific Driver (PSD) and related files and programs. This project produces 5 files and a toolkit for program development: |
| 8 | |
| 9 | * ACPI.PSD - the Platform Specific Driver that sets up and controls the hardware, and also implements the ACPI Component Archetecture. This is the main component of the ACPI project. ACPI.PSD normally goes in \OS2\BOOT. |
| 10 | |
| 11 | * ACPI32.DLL - The interface between ACPI.PSD and other programs (like AcpiDaemon.exe) so that they can use the ACPI functions in the PSD. This DLL is not required for proper operation of ACPI.PSD, but most programs will not be able to use any ACPI services if you do not install it. ACPI32.DLL normally goes in \OS2\DLL. |
| 12 | |
| 13 | * APM.ADD - An implementation of the legacy Advanced Power Management interface for use with ACPI.PSD. This driver is not required for proper operation of ACPI.PSD. APM.ADD normally goes in \OS2\BOOT. |
| 14 | |
| 15 | * !AcpiDaemon.EXE - A program that implements certain system functions like CPU throttling, power button handling, etc. This program is not required for proper operation of ACPI.PSD. This program requires ACPI32.DLL. !AcpiDaemon.EXE normally goes in \OS2. |
| 16 | |
| 17 | * ACPID.CFG - The configuration file for !AcpiDaemon.exe. ACPID.CFG goes in the directory specified by the ETC environment variable. |
| 18 | |
| 19 | * The toolkit - For developing programs that interface with ACPI.PSD |
| 20 | |
137 | | = About ACPI = |
138 | | |
139 | | The ACPI project is actually a collection of several drivers and other modules. |
140 | | * ACPI.PSD - the Platform Specific Driver that sets up and controls the hardware, and also implements the ACPI Component Archetecture. |
141 | | * APM.ADD - An implementation of the legacy Advanced Power Management interface for use with ACPI.PSD. This driver is not required for proper operation of ACPI.PSD. |
142 | | * ACPI32.DLL - The interface between ACPI.PSD and other programs (like !AcpiDaemon.exe). |
143 | | * !AcpiDaemon.EXE - A program that implements certain system functions like CPU throttling, power button handling, etc. This program is not required for proper operation of ACPI.PSD. |
144 | | * ACPID.CFG - The configuration file for !AcpiDaemon.exe. |
145 | | * The toolkit - For developing programs that interface with ACPI.PSD |
146 | | |