operating-systems

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:

  1. The OS (kernel code and data)
  2. Active segments of user processes