Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Page Table Entry (PTE) flags abstraction for
x86_64
and `aarch6…
…4` (#699) * The `pte_flags` crate will replace `entryflags` and supports both `aarch64` & `x86_64` * There are "lower-level" (architecture-specific) PTE flag types that can be converted to and from a "higher-level" (architecture-independent) `PteFlags` type. * Currently unused in Theseus, but will be used in an upcoming PR. Co-authored-by: Nathan Royer <[email protected]> 29ffb09
- Loading branch information