X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fvm.tmpl;fp=doc%2Fvm.tmpl;h=5ba96f252da9f4b6721ad4180efc785cd1ae7fd6;hb=b8da7bb813319b85c623d9797ba4195586bc9a51;hp=ea7349a67870fae46461ff774abc1d297bb7b57f;hpb=9f7ef6a5dc65b8d89d552eb166782bc150e73e79;p=pintos-anon 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 ----