X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=doc%2Fvm.tmpl;h=5733643af07a5051098ff8d7b3e9bee8eb927eef;hp=7deac673100d3199d9bcfd89c0cc7678793f12c3;hb=cbf1fae30fd49b3d2495b60ebd53d4c8b919acf1;hpb=d99c5225d220e7ff436491d6bd1909a04117141f diff --git a/doc/vm.tmpl b/doc/vm.tmpl index 7deac67..5733643 100644 --- a/doc/vm.tmpl +++ b/doc/vm.tmpl @@ -1,7 +1,7 @@ - +---------------------------+ - | CS 140 | + +---------------------------+ + | CS 140 | | PROJECT 3: VIRTUAL MEMORY | - | DESIGN DOCUMENT | + | DESIGN DOCUMENT | +---------------------------+ ---- GROUP ---- @@ -19,7 +19,7 @@ FirstName LastName >> Please cite any offline or online sources you consulted while >> preparing your submission, other than the Pintos documentation, course ->> text, and lecture notes. +>> text, lecture notes, and course staff. PAGE TABLE MANAGEMENT ===================== @@ -32,8 +32,8 @@ FirstName LastName ---- ALGORITHMS ---- ->> A2: In a few paragraphs, 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 accessing the data +>> stored in the SPT about 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