Virtual Memory
Linux uses virtual memory to allow processes to use more memory than physically available.
Page Tables
The kernel maintains page tables to map virtual addresses to physical addresses.
Linux uses virtual memory to allow processes to use more memory than physically available.
The kernel maintains page tables to map virtual addresses to physical addresses.