Skip to content
/ lai Public
forked from managarm/lai

LAI is an interpreter for AML, the ACPI Machine Language.

License

Notifications You must be signed in to change notification settings

n0p0n3/lai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight AML Interpreter

LAI is an interpreter for AML, the ACPI Machine Language. AML is an integral component of modern BIOS and UEFI firmware, both on x86(_64) machines and ARM servers. As an AML interpreter, LAI is used by OS kernels to implement support for ACPI.

LAI has been split up into 2 parts:

  • Core, The main parser/interpreter
  • Helpers, Some extra functions that help interfacing with the ACPI API

Documentation

About

LAI is an interpreter for AML, the ACPI Machine Language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Meson 0.3%