You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: