Home

Awesome

acpi_tables

Design

This crate provides the ability to generate static tables (e.g. FADT/FACP, MCFG, etc) as well as generate AML for filling a DSDT table.

Usage

Examples

The crate is currently used by the Cloud Hypervisor project so detailed examples of populating different ACPI table types can be found there.

Licence

This crate is licensed under the Apache 2.0 licence. The full text can be found in the LICENSE-APACHE file.

Links