Skip to content

Add predefined objects to AML interpreter #42

Open
@IsaacWoods

Description

@IsaacWoods

The firmware is allowed to assume that certain objects exist, that must be provided by the OSPM:

  • \_GL - the global lock mutex
  • \_OS - the name of the OS (note that this shouldn't be set to your real OS's name, as many firmwares expect specific strings to work correctly)
  • \_OSI - Operating System Interface support. Allows the firmware to query whether the OS supports a feature or not.
  • \_REV - the revision of the ACPI spec that the AML interpreter supports. This should be set internally, and will probably have to be a lie until our supports gets better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    amlIssues involving the AML parser

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions