- added thread_foreach
[pintos-anon] / doc / vm.tmpl
index 987e0573cce7131d0352b8186707baefd57976d4..a5674b011215a192b75c29c3a2ab7fe49789d1a7 100644 (file)
@@ -19,7 +19,7 @@ FirstName LastName <email@domain.example>
 
 >> Please cite any offline or online sources you consulted while
 >> preparing your submission, other than the Pintos documentation, course
->> text, and lecture notes.
+>> text, lecture notes, and course staff.
 
                        PAGE TABLE MANAGEMENT
                        =====================
@@ -32,8 +32,8 @@ FirstName LastName <email@domain.example>
 
 ---- ALGORITHMS ----
 
->> A2: 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 locating the frame,
+>> if any, that contains the data of 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