x86_64
x86_64 copied to clipboard
Add a `Mapper::map` convenience method
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.
@phil-opp this looks reasonable to me. If you rebase, I can review.
Rebased
@josephlr (friendly ping :D) do you have any comments?
@phil-opp sorry for missing this, will review this, #266, and #264 to figure out which mapping improvements we want.
@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?