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

Add dedicated mechanism for pagetable frames allocation and mapping #66

Closed
wipawel opened this issue Aug 23, 2020 · 0 comments · Fixed by #333
Closed

Add dedicated mechanism for pagetable frames allocation and mapping #66

wipawel opened this issue Aug 23, 2020 · 0 comments · Fixed by #333
Assignees
Labels
devel Development effort improvement A small enhancement, that makes already implemented features better Priority: 2 Very important feature
Milestone

Comments

@wipawel
Copy link
Contributor

wipawel commented Aug 23, 2020

Right now we use map_used_frames() to map in all allocated physical frames.
Pagetables should be treated in a special way: allocation should use frames with low addresses and the pages should be automatically mapped in.

@wipawel wipawel added the improvement A small enhancement, that makes already implemented features better label Aug 23, 2020
@wipawel wipawel added the Priority: 4 Nice-to-have feature label Oct 3, 2020
@wipawel wipawel added Priority: 2 Very important feature and removed Priority: 4 Nice-to-have feature labels Jan 28, 2022
@wipawel wipawel added this to the v0.5.0 milestone Jan 29, 2022
@wipawel wipawel added the devel Development effort label Jan 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devel Development effort improvement A small enhancement, that makes already implemented features better Priority: 2 Very important feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant