File system project updates:
[pintos-anon] / doc / filesys.tmpl
index 1b978e99c24a49c81c753b03669290e8c510134d..63329abea80c7131684b372518e7d2e67b30a489 100644 (file)
@@ -72,6 +72,9 @@ FirstName LastName <email@domain.example>
 >> Describe your code for traversing a user-specified path.  How do
 >> traversals of absolute and relative paths differ?
 
+>> Look over "pwd.c" in src/examples.  Briefly explain how it
+>> determines the present working directory.
+
 ---- SYNCHRONIZATION ----
 
 >> How do you prevent races on directory entries?  For example, only one