diff --git a/src/lib.rs b/src/lib.rs index d48bcba..f15cfeb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,10 +4,11 @@ //! A library to manipulate AArch64 VMSA page tables. //! -//! Currently it only supports: -//! - stage 1 page tables +//! Currently it supports: +//! - stage 1 and stage 2 page tables //! - 4 KiB pages //! - EL3, NS-EL2, NS-EL2&0 and NS-EL1&0 translation regimes +//! - 64-bit descriptors //! //! Full support is provided for identity mapping ([`IdMap`](idmap::IdMap)) and linear mapping //! ([`LinearMap`](linearmap::LinearMap)). If you want to use a different mapping scheme, you must