Skip to content

Commit b7b3d04

Browse files
committed
docs(changelog): add OffsetPageTable changes
1 parent ce0b6fc commit b7b3d04

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
- [add `Mapper::clear` to clear any page table entry regardless of the present flag](https://github.com/rust-osdev/x86_64/pull/484)
66
- [`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`.
710

811
# 0.15.4 – 2025-11-24
912

0 commit comments

Comments
 (0)