Definition
Physical Memory
Physical memory (main memory) is the hardware storage array addressable by the processor, holding instructions and data currently in use.
In systems with virtual memory, the MMU translates virtual addresses to physical addresses. Accessing data not in physical memory triggers a page fault.
Content
Memory Contents
Physical memory contains:
- The OS (kernel code and data)
- Active segments of user processes