Frame
- Tags
- comp-arch
Is a contiguous block of physical memory (such as RAM), much akin to a page.
Note: frames can be shared between processes. If the page-table marks a frame as read-only then it can shared between processes. This is useful for example in the C library instruction code in all processes that dynamically load it into their memory.