Clarified wording in design question A2 for vm jopreview
authorJohn Ousterhout <ouster@cs.stanford.edu>
Fri, 18 Dec 2015 00:28:21 +0000 (16:28 -0800)
committerJohn Ousterhout <ouster@cs.stanford.edu>
Fri, 18 Dec 2015 00:33:16 +0000 (16:33 -0800)
(Old wording could result in answers other than the desired one)

doc/vm.tmpl

index a5674b011215a192b75c29c3a2ab7fe49789d1a7..5733643af07a5051098ff8d7b3e9bee8eb927eef 100644 (file)
@@ -1,7 +1,7 @@
-                           +---------------------------+
-                   |           CS 140          |
+        +---------------------------+
+                   | CS 140                    |
                    | PROJECT 3: VIRTUAL MEMORY |
                    | PROJECT 3: VIRTUAL MEMORY |
-                   |      DESIGN DOCUMENT      |
+                   |   DESIGN DOCUMENT           |
                    +---------------------------+
 
 ---- GROUP ----
                    +---------------------------+
 
 ---- GROUP ----
@@ -32,8 +32,8 @@ FirstName LastName <email@domain.example>
 
 ---- ALGORITHMS ----
 
 
 ---- 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
 
 >> A3: How does your code coordinate accessed and dirty bits between
 >> kernel and user virtual addresses that alias a single frame, or