메모리

CS/운영체제 OS

[운영체제 OS] 가상 메모리 Virtual Memory

Github 주소: pythonstrup 09 가상 메모리 Virtual Memory 목차 가상 메모리의 개념 1-1. 가상 메모리란 1-2. Demand Paging Page Replacement 2-1. Optimal Algorithm 2-2. FIFO Algorithm 2-3. LRU Algorithm 2-4. LFU Algorithm 2-5. Clock Algorithm(Second Chance Algorithm) Page Frame Allocation 3-1. Allocation Problem 3-2. Frame 그룹에 따른 Replacement Thrashing 4-1. Thrashing이란 4-2. Thrashing Prevention Page Size 결정 1. 가상 메모리의 개념 1-1...

CS/운영체제 OS

[운영체제 OS] 메모리 관리 Memory Management

Github Repo: pythonstrup 08 메모리 관리 Memory Management 목차 주소 Address 1-1. 주소의 종류 1-2. 주소 바인딩 address binding 메모리 관리와 관련한 용어 2-1. 동적 로딩 Dynamic Loading 2-2. 동적 연결 Dynamic Linking 2-3. 중첩 Overlays 2-4. Swapping 물리적 메모리의 관리 Allocation of Physical Memory 3-1. 물리적 메모리의 할당 방식 3-2. 연속 할당 Contiguous Allocation 3-3. 불연속 할당 Noncontiguous Allocation 불연속 할당의 기법 4-1. 페이징 Paging 4-2. 계층적 페이징 Multilevel Paging 4..

gakko
'메모리' 태그의 글 목록