Clarify question.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 4 Jan 2006 21:33:25 +0000 (21:33 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 4 Jan 2006 21:33:25 +0000 (21:33 +0000)
Via "Bruce Schechter" <bruceds@stanford.edu>.

doc/vm.tmpl

index ea7349a67870fae46461ff774abc1d297bb7b57f..5ba96f252da9f4b6721ad4180efc785cd1ae7fd6 100644 (file)
@@ -85,9 +85,9 @@ FirstName LastName <email@domain.example>
 
 >> Explain how you handle access to paged-out pages that occur during
 >> system calls.  Do you use page faults to bring in pages (as in user
->> programs), do you have a mechanism for "locking" pages into physical
->> memory, etc.?  How do you gracefully handle attempted accesses to
->> invalid virtual addresses?
+>> programs), or do you have a mechanism for "locking" pages into
+>> physical memory, or do you use some other design?  How do you
+>> gracefully handle attempted accesses to invalid virtual addresses?
 
 ---- RATIONALE ----