Rust library for parsing ACPI tables and interpreting AML
|
před 5 roky | |
---|---|---|
acpi | před 5 roky | |
aml_parser | před 5 roky | |
.gitignore | před 7 roky | |
.travis.yml | před 6 roky | |
Cargo.toml | před 6 roky | |
LICENCE-APACHE | před 7 roky | |
LICENCE-MIT | před 7 roky | |
README.md | před 5 roky | |
bors.toml | před 7 roky | |
rustfmt.toml | před 5 roky |
A library to parse ACPI tables and AML, written in pure Rust. Designed to be easy to use from Rust bootloaders and kernels. The library is split into two crates:
acpi
parses the static tables (useful but not feature-complete)aml_parser
parses the AML tables (can parse some namespaces, cannot yet execute methods)Contributions are more than welcome! You can:
Useful resources for contributing are:
Acpi is dual-licenced under:
Unless you explicitly state otherwise, any contribution submitted for inclusion in this work by you, as defined in the Apache-2.0 licence, shall be dual licenced as above, without additional terms or conditions.