projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56f9bd9
)
Clarify length.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 4 Aug 2006 20:46:26 +0000
(20:46 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 4 Aug 2006 20:46:26 +0000
(20:46 +0000)
doc/vm.tmpl
patch
|
blob
|
history
diff --git
a/doc/vm.tmpl
b/doc/vm.tmpl
index 987e0573cce7131d0352b8186707baefd57976d4..7deac673100d3199d9bcfd89c0cc7678793f12c3 100644
(file)
--- a/
doc/vm.tmpl
+++ b/
doc/vm.tmpl
@@
-32,8
+32,8
@@
FirstName LastName <email@domain.example>
---- 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