9-1절

이 표현이 중요해보인다: The main memory fetches tha 4-byte word starting at physical address _

Virtual addressing에서는, CPU는 virtual address만을 다룬다! MMU가 address translation을 하므로 MMU만이 physical address를 다룬다.

9-2절

Virtual address space는 {0, 1, 2, …, 2^n - 1}

Physical address space는 {0, 1, 2, …, 2^m - 1}

근데 내 생각에는 n = m이다.

9-3절

Each page in the virtual address space has a PTE at a fixed offset in the page table.

page size와 virtual address size로 # of PTE가 정해진다.

가상 메모리에 대한 위키문거. 한번 읽으면 좋다.

6장