- removed @ref to "printf Reboots" since this no longer applies and the @anchor is...
[pintos-anon] / doc / filesys.tmpl
index 2bb2d1bc20d484f448eaf19f2401aa6f7aa86f7a..3acfecdbde7ad8a200c758a35e985cb5ce3f20ec 100644 (file)
@@ -31,7 +31,7 @@ FirstName LastName <email@domain.example>
 >> enumeration.  Identify the purpose of each in 25 words or less.
 
 >> A2: What is the maximum size of a file supported by your inode
-structure?
+>> structure?  Show your work.
 
 ---- SYNCHRONIZATION ----
 
@@ -85,9 +85,9 @@ structure?
 >> create a file with the same name, and so on.
 
 >> B5: Does your implementation allow a directory to be removed if it
->> is in use as a process's current directory?  If so, what happens to
->> that process's future file system operations?  If not, how do you
->> prevent it?
+>> is open by a process or if it is in use as a process's current
+>> working directory?  If so, what happens to that process's future
+>> file system operations?  If not, how do you prevent it?
 
 ---- RATIONALE ----