-
Notifications
You must be signed in to change notification settings - Fork 132
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
Add a Mapper::map
convenience method
#136
base: master
Are you sure you want to change the base?
Conversation
@phil-opp this looks reasonable to me. If you rebase, I can review. |
ac4d400
to
9c7ff09
Compare
Rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@josephlr (friendly ping :D) do you have any comments? |
@josephlr Thanks a lot! The past weeks have been busy for me, so I haven't had time to review these PRs yet. Feel free to ping me if you need any input from me. |
@josephlr Do you have time for a quick review? |
Instead of requiring the caller to specify the target frame, this method uses a frame allocated from the frame allocator. This makes the common use case of mapping a page to an unused physical frame more convenient.
Builds upon #135, so there are some additional commits in this PR. I will rebase it as soon as #135 is merged.