ACPI is the industry standard to configure and manage devices in a system. Currently it is implemented in most of the ia32, x86-64, ia64 machines. Ace uses this standard to detect the system map.
Since ACPI specification is huge, so Ace uses the ACPI-CA project to use ACPI.
Porting
ACPI-CA
Initial
Porting
This part consists of downloading ACPI-CA source and merging it with your OS.
In this phase changes in ACPI-CA source to include your kernel specific changes occurs.
Successive
Porting
In this phase, ACPI-CA source which is already included in your kernel will be updated by the latest release of ACPI-CA.