We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OffsetPageTable
1 parent ce0b6fc commit b7b3d04Copy full SHA for b7b3d04
1 file changed
Changelog.md
@@ -4,6 +4,9 @@
4
5
- [add `Mapper::clear` to clear any page table entry regardless of the present flag](https://github.com/rust-osdev/x86_64/pull/484)
6
- [`Mapper::unmap` now also returns the flags of the page ](https://github.com/rust-osdev/x86_64/pull/484)
7
+- [make `OffsetPageTable` a type alias](https://github.com/rust-osdev/x86_64/pull/576)
8
+ - To migrate, replace `OffsetPageTable::new` with `OffsetPageTable::from_phys_offset` or `MappedPageTable::from_phys_offset`.
9
+ - `OffsetPageTable`'s `PageTableFrameMapping` implementation is now public as `PhysOffset`.
10
11
# 0.15.4 – 2025-11-24
12
0 commit comments