용어 | 설명 |
---|
Virtual address | 프로세스에게 할당할 수 있는 최대 메모리 크기 |
Physical address | 컴퓨터에 꽂혀 있는 실제 메모리 크기 |
Virtual address가 32bit면 운영체제가 프로세스에게 할당할 수 있는 최대 메모리 크기는 232 bytes (4GB)다. 그리고 Physical
Page Offset (bit) = log2PageSize
Page Table Index (bit) = log2PageTableEntrySizePageSize
Page Directory