Skip to content

Commit 60d733b

Browse files
committed
Update Changelog
1 parent 50ad5a5 commit 60d733b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Breaking
22

33
- The level 4 page table is only recursively mapped if the `recursive_page_table` feature is enabled.
4-
- Replace `BootInfo::p4_table_addr` with `RECURSIVE_LEVEL_4_TABLE_ADDR` constant (only present if the cargo feature is enabled)
4+
- Rename `BootInfo::p4_table_addr` to `BootInfo::recursive_page_table_addr` (only present if the cargo feature is enabled)
55
- Remove `From<PhysFrameRange>` implemenations for x86_64 `FrameRange`
66
- This only works when the versions align, so it is not a good general solution.
77
- Remove unimplemented `BootInfo::package` field.
88
- Make `BootInfo` non-exhaustive so that we can add additional fields later.
99

1010
## Other
1111

12-
- Add a `map_physical_memory` feature that maps the complete physical memory to the virtual address space at `PHYSICAL_MEMORY_OFFSET`.
13-
- Re-export `BootInfo` at the root.
12+
- Add a `map_physical_memory` feature that maps the complete physical memory to the virtual address space at `BootInfo::physical_memory_offset`.
13+
- Re-export `BootInfo` at the root.

0 commit comments

Comments
 (0)