From: Ben Pfaff Date: Wed, 4 Jan 2006 21:33:25 +0000 (+0000) Subject: Clarify question. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=b8da7bb813319b85c623d9797ba4195586bc9a51 Clarify question. Via "Bruce Schechter" . --- diff --git a/doc/vm.tmpl b/doc/vm.tmpl index ea7349a..5ba96f2 100644 --- a/doc/vm.tmpl +++ b/doc/vm.tmpl @@ -85,9 +85,9 @@ FirstName LastName >> 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 ----