From cbf1fae30fd49b3d2495b60ebd53d4c8b919acf1 Mon Sep 17 00:00:00 2001 From: John Ousterhout Date: Thu, 17 Dec 2015 16:28:21 -0800 Subject: [PATCH] Clarified wording in design question A2 for vm (Old wording could result in answers other than the desired one) --- doc/vm.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/vm.tmpl b/doc/vm.tmpl index a5674b0..5733643 100644 --- a/doc/vm.tmpl +++ b/doc/vm.tmpl @@ -1,7 +1,7 @@ - +---------------------------+ - | CS 140 | + +---------------------------+ + | CS 140 | | PROJECT 3: VIRTUAL MEMORY | - | DESIGN DOCUMENT | + | DESIGN DOCUMENT | +---------------------------+ ---- GROUP ---- @@ -32,8 +32,8 @@ FirstName LastName ---- ALGORITHMS ---- ->> A2: In a few paragraphs, describe your code for locating the frame, ->> if any, that contains the data of a given page. +>> A2: In a few paragraphs, describe your code for accessing the data +>> stored in the SPT about a given page. >> A3: How does your code coordinate accessed and dirty bits between >> kernel and user virtual addresses that alias a single frame, or -- 2.30.2