Memory Management History

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 May 19 8:10
Editor
Edited
Edited
2021 May 19 8:10
Refs
Refs

Backgrounds

Multi programming by time sharing Need multiple processes in memory at once (number of I/O + CPU) So we need protected updating
Memory management = The task that is carried out by the “OS and hardware(MMU)” to accommodate multiple processes and fully use memory resources to maximize performance
Requirement - Each process should have a logically contiguous space → virtual memory, make user do not consider memory while make program

Goal - protect, performance(fully use) and sharing

 
 
 
 
 
 
 
 
 

Recommendations