Skip to content

Commit

Permalink
Update comment about aml crate to be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacWoods committed Aug 12, 2019
1 parent 3db32ac commit 2fac25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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` parses the AML tables (can parse some namespaces, cannot yet execute methods)
- `aml` parses the AML tables (can be useful, far from feature-complete)

## Contributing
Contributions are more than welcome! You can:
Expand Down

0 comments on commit 2fac25b

Please sign in to comment.