X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffilesys.tmpl;h=63329abea80c7131684b372518e7d2e67b30a489;hb=4dbef14e57eebfd86079fcc2185adc33e72e2d8b;hp=1b978e99c24a49c81c753b03669290e8c510134d;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;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