Memory Management
- Tags
- comp-arch
Is the kernel task of ensuring each processes working memory space is distinct from other processes.
The kernel often maintains a table of data and code segments which is updated whenever the process either requests or releases memory. This table is used to configure the MMU to ensure it works correctly.