diff --git a/content/vm/page-table.md b/content/vm/page-table.md index d79fed6..8798869 100644 --- a/content/vm/page-table.md +++ b/content/vm/page-table.md @@ -21,7 +21,7 @@ title: "Page Table Design" ## Virtual Memory System Design -Recall that when we introduced caches in an [earlier section](#sec-cache-terminology), we extensively discussed design tradeoffs. Physical memory is just another layer of the memory hierarchy—where now, memory is a "cache" for disk. We revisit therefore revisit the design questions below, now for our virtual memory system: +Recall that when we introduced caches in an [earlier section](#sec-cache-terminology), we extensively discussed design tradeoffs. Physical memory is just another layer of the memory hierarchy—where now, memory is a "cache" for disk. We therefore revisit the design questions below, now for our virtual memory system: (sec-vm-design-policy)= :::{note} Virtual Memory design policies @@ -235,4 +235,4 @@ Watch the lecture video below. See CS 152 and CS 152 for more details, or these :title: "[CS61C FA20] Lecture 30.1 - Virtual Memory II: Hierarchical Page Tables" ::: -:::: \ No newline at end of file +::::