From: John Ousterhout Date: Fri, 18 Dec 2015 00:28:21 +0000 (-0800) Subject: Clarified wording in design question A2 for vm X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=cbf1fae30fd49b3d2495b60ebd53d4c8b919acf1 Clarified wording in design question A2 for vm (Old wording could result in answers other than the desired one) --- 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