diff options
author | Frans Kaashoek <[email protected]> | 2019-08-02 16:42:55 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2019-08-02 16:42:55 -0400 |
commit | fdea26548977d9a9b188c90ebe6e89c1cc1a8dfa (patch) | |
tree | 9f75518d07b8a6201dffef7e1622a1a48c06d479 | |
parent | 564d10bb2211dce09cacd8efe6d1609e76041df8 (diff) | |
download | xv6-labs-fdea26548977d9a9b188c90ebe6e89c1cc1a8dfa.tar.gz xv6-labs-fdea26548977d9a9b188c90ebe6e89c1cc1a8dfa.tar.bz2 xv6-labs-fdea26548977d9a9b188c90ebe6e89c1cc1a8dfa.zip |
two notes
-rw-r--r-- | labs/fs.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/labs/fs.html b/labs/fs.html index d478f96..a21e61f 100644 --- a/labs/fs.html +++ b/labs/fs.html @@ -348,8 +348,13 @@ cache, there's no need for <tt>install_trans()</tt> to read block <tt>install_trans()</tt> is called from <tt>commit()</tt>, <tt>install_trans()</tt> does not perform the needless read from the log. -<p>To test your changes, create a file in xv6, restart, and -make sure the file is still there. +<p>To test your changes, create a file in xv6, restart, and make sure +the file is still there. + +<b>XXX Does this speedup bigfile?</b> + +<b>XXX Maybe support lseek and modify shell to append to a file?</b> + </body> </html> |