# address translation
총 3개의 포스트

Memory Virtualization: Paging(1)
Recap Fragmentation : wasted space. huge fragmentation = low utilization External : free gaps between allocated chunks request memory를 충족하지 못
2022년 5월 3일
·
0개의 댓글·
0
Memory Virtualization: Segmentation
Inefficiency of the Base and Bound Approach base/bound approach를 사용하면 영역 내부에 free space의 big chunk가 생긴다는 inefficiency가 있다. 이미 한 process에게 할당된 address
2022년 5월 2일
·
0개의 댓글·
0
Memory Virtualization: Address Space
OS는 자신의 physical memory를 가상화하고 각 process가 전체 memory space를 소유하고 있다는 illusion을 심어준다.또한 OS는 각 process가 서로의 영역에 errant access를 하지 않도록 보장해준다.memory virtua
2022년 5월 1일
·
0개의 댓글·
0