ACPI objects format
Posted: Wed Jun 13, 2012 12:18 am
Hi everyone,
I was going to support some more things in the ACPI , but i didn't find useful data about the ACPI objects , and the specifications assume that you are writing an AML interpreter , so i am wondering , from where did "kaworu" get this format :
in this thread : http://forum.osdev.org/viewtopic.php?t=16990 ?
and is there anywhere that provides information about the ACPI objects and how to use them ?
--------------------
Thanks in advance.
I was going to support some more things in the ACPI , but i didn't find useful data about the ACPI objects , and the specifications assume that you are writing an AML interpreter , so i am wondering , from where did "kaworu" get this format :
Code: Select all
bytecode of the \_S5 object
-----------------------------------------
| (optional) | | | |
NameOP | \ | _ | S | 5 | _
08 | 5A | 5F | 53 | 35 | 5F
-----------------------------------------------------------------------------------------------------------
| | | ( SLP_TYPa ) | ( SLP_TYPb ) | ( Reserved ) | (Reserved )
PackageOP | PkgLength | NumElements | byteprefix Num | byteprefix Num | byteprefix Num | byteprefix Num
12 | 0A | 04 | 0A 05 | 0A 05 | 0A 05 | 0A 05
----this-structure-was-also-seen----------------------
PackageOP | PkgLength | NumElements |
12 | 06 | 04 | 00 00 00 00
and is there anywhere that provides information about the ACPI objects and how to use them ?
--------------------
Thanks in advance.