|
@@ -5,12 +5,17 @@ kernel written in Rust, and fully tested.
|
|
|
actually parsing ACPI or AML.**
|
|
|
|
|
|
## Using
|
|
|
-`acpi` uses the nightly channel, and currently builds on `rustc 1.27.0-nightly (7925ff4e 2018-04-19)`. If `acpi` fails to build on a later nightly, please file an issue!
|
|
|
+`acpi` uses the nightly channel, and currently builds on `rustc 1.27.0-nightly (7925ff4e 2018-04-19)`.
|
|
|
+If `acpi` fails to build on a later nightly, please file an issue!
|
|
|
|
|
|
## Contributing
|
|
|
Contributions are more than welcome! You can:
|
|
|
- Write code - the ACPI spec is huge and there are bound to be things we don't support yet!
|
|
|
|
|
|
+## Resources
|
|
|
+- [The ACPI specification](http://www.uefi.org/sites/default/files/resources/ACPI%206_2_A_Sept29.pdf)
|
|
|
+- [OSDev Wiki](https://wiki.osdev.org/ACPI)
|
|
|
+
|
|
|
## Licence
|
|
|
Acpi is dual-licenced under:
|
|
|
- Apache Licence, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|