Virtual memory makes application programming simpler by hiding fragmentation of physical memory; by delegating to the kernel the burden of managing the memory hierarchy (eliminating the necessity for the program to handle overlays explicitly); and, when each technique is run in its own dedicated address space, by obviating the necessity to relocate program code or to access memory with relative addressing.
Memory virtualization can be thought about a generalization of the idea of virtual memory.
Memory virtualization can be thought about a generalization of the idea of virtual memory.
No comments:
Post a Comment