X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffilesys.tmpl;h=63329abea80c7131684b372518e7d2e67b30a489;hb=bfc9e18a6723b2315ef521282a8b42119338ece9;hp=1b978e99c24a49c81c753b03669290e8c510134d;hpb=d0310bffc6d7c6e74bc7e48c9a38c3804aed08e6;p=pintos-anon diff --git a/doc/filesys.tmpl b/doc/filesys.tmpl index 1b978e9..63329ab 100644 --- a/doc/filesys.tmpl +++ b/doc/filesys.tmpl @@ -72,6 +72,9 @@ FirstName LastName >> 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