Skip to content

MarkRoss470/acpica-rust-bindings

Repository files navigation

ACPICA Rust Bindings

Rust bindings to the ACPICA kernel subsystem for interacting with ACPI tables and AML code. See the crate level documentation for info on using the library

Changing Version of ACPICA

The source code of ACPICA is included as a tarball in the crate root. To update the version, download the new code from the downloads page, and replace the tarball with this file. Then run cargo clean to remove the object files from the old version.

This library's build script automatically makes some changes to the source code to configure it for in-kernel use. Updates to the ACPICA code without updates to the rust code may make the library stop compiling, or stop working even if it compiles.

About

Rust bindings to the ACPICA library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published