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

Implement buddy allocator (Physical Memory Manager) #7

Closed
wipawel opened this issue Aug 5, 2020 · 0 comments · Fixed by #244
Closed

Implement buddy allocator (Physical Memory Manager) #7

wipawel opened this issue Aug 5, 2020 · 0 comments · Fixed by #244
Assignees
Labels
feature New feature or request Priority: 2 Very important feature
Milestone

Comments

@wipawel
Copy link
Contributor

wipawel commented Aug 5, 2020

Current PMM implementation is very basic and deal only with 4K, 2M and 1G frame sizes.
Extend it to a full buddy allocator, by implementing support for splitting and merging frames of various sizes into pages of orders ranging from 0 to 18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request Priority: 2 Very important feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants