Skip to content
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

Restore some memory exports to uefi::table::boot #1299

Merged

Conversation

nicholasbishop
Copy link
Contributor

The next release already has a fair number of breaking changes going into it, so restore a few public exports to uefi::table::boot to reduce the number of changes users have to make on upgrade. Specifically, MemoryAttribute, MemoryDescriptor, and MemoryType.

This module will be deprecated eventually (replaced by uefi::boot), so these re-exports will eventually go away in some future release.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

The next release already has a fair number of breaking changes going into it, so
restore a few public exports to uefi::table::boot to reduce the number of
changes users have to make on upgrade. Specifically, `MemoryAttribute`,
`MemoryDescriptor`, and `MemoryType`.

This module will be deprecated eventually (replaced by `uefi::boot`), so these
re-exports will eventually go away in some future release.
@phip1611 phip1611 enabled auto-merge August 7, 2024 19:54
@phip1611 phip1611 added this pull request to the merge queue Aug 7, 2024
Merged via the queue into rust-osdev:main with commit 2fec209 Aug 7, 2024
13 checks passed
@nicholasbishop nicholasbishop deleted the bishop-restore-some-mem-exp branch August 7, 2024 20:10
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.

2 participants