From 469bf1fffe2e4a14d7665c71ae00cf07430565bb Mon Sep 17 00:00:00 2001 From: Henry Speiser Date: Sun, 10 May 2026 13:32:00 -0700 Subject: [PATCH] fix extra "revisit" virtual memory section --- content/vm/page-table.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +::::