Skip to content

0.7.1

Latest
Compare
Choose a tag to compare
@qwandor qwandor released this 02 Aug 10:37
· 3 commits to main since this release

New features

  • Added Mapping::translation method.
  • Added Mapping::size, IdMap::size and LinearMap::size methods.
  • Derived zerocopy traits for VirtualAddress, PhysicalAddress, PageTable and Descriptor.
    This is guarded behind the zerocopy feature so the dependency can be avoided if not desired.
  • Added TargetAllocator for pregenerating a static pagetable for a target device.