반응형 non-continuous allocation1 [OS] - Virtual Memory - Non-continuous allocation 1. Non-contiuous allocation사용자 프로그램을 여러 개의 block으로 분할실행 시, 필요한 block들만 메모리에 적재나머지 block들은 swap device에 존재(ex). Disk)1.1 Address MappingVirtual address → Real address1. Continuous allocationRelative address (상대 주소)- 프로그램 시작 주소를 0으로 가정한 주소Relocation (재배치)- 메모리 할당 후, 할당된 주소에 따라 상대 주소들을 조정하는 작업2. Non-continuous allocationVirtual address (가상 주소) = relative address- Logical address- 연속된 메모리 할당을 가정한 주소.. 2024. 6. 26. 이전 1 다음 반응형