mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
The Intel IOMMU page table implementation in the pc platform driver uses a page table allocator that is adapted from the implementation in the hw kernel. Move the allocator to base as a first step to consolidate implementations, fix an Array constructor and re-add the Allocator constructor working on addresses instead of tables. Issue #5217