CH10 - Virtual Memory
CH10 - Virtual Memory
VIRTUAL MEMORY
All these strategies have the same goal : to keep many processes in
memory simultaneously to allow multiprogramming.
One major advantage of this scheme is that programs can be larger than
physical memory
DEMAND PAGING
Used in virtual memory systems, Pages are loaded only when they are
demanded during program execution. Pages that are never accessed
are thus never loaded into physical memory
The invalid bit : The page either is not valid (that is, not
in the logical address space of the process ) or is valid
but is currently in secondary storage.