OS - Virtual Memory
About
This section is about the implement of memory by the OS called the virtual memory, a layer of memory management above physical memory
Conceptually speaking, there are only three types of memory:
- Kernel memory: memory needed by the OS to manage itself
- Private memory: memory used by user programs
- Shared memory: memory that can be used by multiple programs simultaneously