explain the function of the page map table in all of the memory allocation schemes. Explain your answer by describing how the PMT is referenced by other pertinent tables in each scheme
Function: Convert a physical address to a virtual one and vice versa. Each block of virtual memory in different memory allocation schemes uses a Page Table, which indicates which physical addresses this block belongs to.
Comments
Leave a comment