From: Ben Pfaff Date: Fri, 4 Aug 2006 20:46:26 +0000 (+0000) Subject: Clarify length. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=d99c5225d220e7ff436491d6bd1909a04117141f Clarify length. --- diff --git a/doc/vm.tmpl b/doc/vm.tmpl index 987e057..7deac67 100644 --- a/doc/vm.tmpl +++ b/doc/vm.tmpl @@ -32,8 +32,8 @@ FirstName LastName ---- 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