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

Create dynamic mapping from process / virtual page address to page objects #62

Open
blancolioni opened this issue Mar 24, 2022 · 0 comments

Comments

@blancolioni
Copy link
Owner

blancolioni commented Mar 24, 2022

At the moment, we directly reserve a range of pages in storage for each process. This won't scale with dynamic segments.

Read-only segments can have a shared, static range. Read/write segments with static boundaries can have a static range. Resizable read/write segments will need a table, similar to a page table, to locate their pages in the region.

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

No branches or pull requests

1 participant