Releases: google/aarch64-paging
Releases · google/aarch64-paging
0.2.0
Breaking changes
- Added bounds check to
IdMap::map_range
; it will now return an error if you attempt to map a
virtual address outside the range of the page table given its configured root level.
New features
- Implemented
Debug
forPhysicalAddress
andVirtualAddress
. - Validate that chosen root level is supported.
Bugfixes
- Fixed bug in
Display
andDrop
implementation forRootTable
that would result in a crash for
any pagetable with non-zero mappings. - Fixed
Display
implementation forPhysicalAddress
andVirtualAddress
to use correct number of
digits.