This slide shares the element of ACPI.
It privides the followings
- what is ACPI?
- ACPI overview
- the concept for ACPI tables and namespace.
- good materials for further learning
defined, and the role of OEM-provided definition blocks in that architecture is discussed. 2. The concept of the ACPI Namespace is discussed. 「ACPI system description table」と「ACPI Namespace」の2つ がトピックであると述べられています。そして、この2つの要素が ACPIを使ったプログラミングに必須の要素となります。 ※以後、この文書では、ACPI system description tableを「ACPIテーブル」と記載します。また、ACPI Namespaceを「ACPI名前空間」と記載します。
also has a pointer to the DSDT that contains the Differentiated Definition Block, which in turn provides variable information to an ACPI-compatible OS concerning the base system design
block as a logical unit. OSPM will load a definition block either as a result of executing the AML Load() or LoadTable() operator or encountering a table definition during initialization. つまり、「ある種のメソッドを実行する」か、「初期化時にテーブ ルを見つけること」と言っています。 ※具体的な実装がどちらなのかは、今回未確認です。