From b8da7bb813319b85c623d9797ba4195586bc9a51 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 4 Jan 2006 21:33:25 +0000 Subject: [PATCH 1/1] Clarify question. Via "Bruce Schechter" . --- doc/vm.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ---- -- 2.30.2