(12) Virtual Memory Manager (VMM)
If the PMM (Physical Memory Manager) handled physical RAM page management,then the VMM (Virtual Memory Manager) is responsible for managing the mapping between virtual addresses and physical addresses on top of that system.
1. What is VMM?
Funct...