acpica

If there's software you need and you can't find, make a request for it.
Post Reply
tasodan
Posts: 25
Joined: 6. Jan 2010, 09:43

acpica

Post by tasodan »

ACPI CA includes:
- iasl, an ASL compiler/decompiler
- acpisrc, a source code conversion tool
- acpiexec, a user-space AML interpreter
- acpixtract, convert ascii ACPI tables to binary

The ACPI Component Architecture (ACPICA) project provides an operating system (OS)-independent reference implementation of the Advanced Configuration and Power Interface Specification (ACPI). It can be easily adapted to any host OS. The ACPICA code is meant to be directly integrated into the host OS, as a kernel-resident subsystem. Hosting the ACPICA requires no changes to the core ACPICA code. However, it does require a small OS-specific interface layer, which must be written specifically for each host OS.

The complexity of the ACPI specification leads to a lengthy and difficult implementation in OS software. The purpose of the ACPI Component Architecture is to simplify ACPI implementations for operating system vendors (OSVs) by providing major portions of an ACPI implementation in OS-independent ACPI modules that can be easily integrated into any OS.


Home page ---> http://www.acpica.org/
Technical specifications ---> http://www.acpica.org/overview.php
Documentation ---> http://www.acpica.org/documentation/
Source code ---> http://www.acpica.org/download/acpica-u ... 214.tar.gz
SlackBuilds.org page ---> http://slackbuilds.org/repository/13.0/ ... nt/acpica/
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: acpica

Post by Shador »

For iasl look here:
- 32bit: http://zenwalk.pinguix.com/user-account ... /20090903/ (This packages misses documentation and acpixtract)

Here's a 64bit packages with both documentation and acpixtract:
http://gaia.homelinux.org/salix/package ... /20090903/

I currently can't provide a 32bit build, as I completely smashed my 32bit system and currently rebuild it. :mrgreen:
You could create one yourself by just setting arch to 'i486' in the SLKBUILD. Then run 'slkbuild -X' with the slkbuild package installed. :)
Image
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: acpica

Post by Shador »

Here's 32bit now too: http://gaia.homelinux.org/salix/package ... /20090903/

I assume you tested the 64bit version building VirtualBox?
Image
tasodan
Posts: 25
Joined: 6. Jan 2010, 09:43

Re: acpica

Post by tasodan »

Shador wrote:Here's 32bit now too: http://gaia.homelinux.org/salix/package ... /20090903/

I assume you tested the 64bit version building VirtualBox?
Yes, I did.
I used the 20091214 version by slackbuilds.org
Post Reply