
Memory Management (2) 연속할당
·
운영체제[반효경]/Ch08. Memory Management
물리적인 메모리를 관리하는 방법Allocation of Physical Memory 메모리는 일반적으로 두 영역으로 나누어서 사용OS 상주 영역interrupt vector와 함께 낮은 주소 영역 사용사용자 프로세스 영역높은 주소 영역 사용사용자 프로세스 영역의 할당 방법Contiguous allocation각각의 프로세스가 메모리의 연속적인 공간에 적재되도록 하는 것Fixed partition allocationVariable partition allocationNoncontiguous allocation하나의 프로세스가 메모리의 여러 영역에 분산되어 올라갈 수 있음PagingSegmentationPaged SegmentationContiguous Allocation 고정분할(Fixed partitio..