• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# aarch64 page table manipulation
2
3[![crates.io page](https://img.shields.io/crates/v/aarch64-paging.svg)](https://crates.io/crates/aarch64-paging)
4[![docs.rs page](https://docs.rs/aarch64-paging/badge.svg)](https://docs.rs/aarch64-paging)
5
6This crate provides a library to manipulate EL1 page tables conforming to the AArch64 Virtual Memory
7System Architecture.
8
9This is not an officially supported Google product.
10
11## License
12
13Licensed under either of
14
15- Apache License, Version 2.0
16  ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
17- MIT license
18  ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
19
20at your option.
21
22## Contributing
23
24If you want to contribute to the project, see details of
25[how we accept contributions](CONTRIBUTING.md).
26