|
|
|
|
|
by rank0
1949 days ago
|
|
Yup! Processes see/use virtual memory, not the literal physical RAM address spaces. The kernel maintains mappings between virtual-physical and will allocate/free physical memory as needed. All of this is invisible to the process. Pretty neat huh? |
|