virtual page structure

virtual page structure

Data structure maintained for each committed page in the system. The virtual page structure is referenced by the Page Table Entry for the page, and contains information including the location of the physical page frame if the page is in memory, or its location within the swap file if the page is swapped out.


[Back: virtual device driver]
[Next: virtual DOS machine]