| Demand Paging |
Article Index for Demand |
Website Links For Demand |
Information AboutDemand Paging |
| CATEGORIES ABOUT DEMAND PAGING | |
| virtual memory | |
|
ADVANTAGES OF DEMAND PAGING
DISADVANTAGES
In Unix systems such as Linux , demand paging is accomplished by the means of the Mmap() system call. It is also used when executing new programs. The operating system Maps the executable file (and its dependent libraries) into the address space of the newly executing program, without actually allocating any physical RAM for the contents of those files. When the mappings are read-only and Shared , the program may actually run literally from the Page Cache . SEE ALSO REFERENCES
|
|
|