Difference between revisions of "ACPICA"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.intel.com/technology/iapc/acpi/downloads.htm |} ---- == Introduction to IASL == iasl compiles...) |
|||
Line 7: | Line 7: | ||
---- | ---- | ||
− | + | {{Package-Introduction|iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine Language). This AML is suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes.}} | |
− | |||
− | iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine Language). This AML is suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes. | ||
== Dependencies == | == Dependencies == |
Revision as of 12:47, 16 April 2007
Download Source: | http://www.intel.com/technology/iapc/acpi/downloads.htm |
---|
Contents
Introduction to ACPICA
iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine Language). This AML is suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes.
Project Homepage: Unknown
Dependencies
Non-Multilib
Compile the package:
make
Install the package:
install -m755 -v iasl /usr/bin
Multilib
32bit
Compile the package:
make CC="gcc ${BUILD32}"
Install the package:
install -m755 -v iasl /usr/bin
N32
Compile the package:
make CC="gcc ${BUILDN32}"
Install the package:
install -m755 -v iasl /usr/bin
64Bit
Compile the package:
make CC="gcc ${BUILD64}"
Install the package:
install -m755 -v iasl /usr/bin