Skip to content

Version 0.4.0 #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Mar 9, 2019
Merged

Version 0.4.0 #50

merged 26 commits into from
Mar 9, 2019

Conversation

phil-opp
Copy link
Member

@phil-opp phil-opp commented Mar 4, 2019

Breaking Changes:

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

Other Changes:

  • Add a map_physical_memory feature that maps the complete physical memory to the virtual address space at BootInfo::physical_memory_offset.
  • Re-export BootInfo at the root.

@phil-opp phil-opp merged commit 6f88877 into master Mar 9, 2019
@bors bors bot deleted the next-version branch March 9, 2019 16:41
@phil-opp
Copy link
Member Author

phil-opp commented Mar 9, 2019

Published as version 0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant