Skip to content

Files

Latest commit

 

History

History
15 lines (10 loc) · 801 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 801 Bytes

page_table_multiarch

Generic, unified, architecture-independent, and OS-free page table structures for various hardware architectures.

Currently supported architectures:

  • x86_64
  • AArch64
  • RISC-V (Sv39, Sv48)
  • LoongArch64 (3 levels)

See the documentation of the following crates for more details:

  1. page_table_entry: Page table entry definition for various hardware architectures. Crates.io
  2. page_table_multiarch: Generic page table structures for various hardware architectures. Crates.io