X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffilesys.texi;h=02808bb821c74902187a7f6b51886383860a5d71;hb=6070611faac84bdf95c4405b3970c6928202f26b;hp=b71974f717da1437ab95a72ff941e5b8c81219c8;hpb=39c5d0ad729238d08668ce0eeaa71bc25540bc7b;p=pintos-anon diff --git a/doc/filesys.texi b/doc/filesys.texi index b71974f..02808bb 100644 --- a/doc/filesys.texi +++ b/doc/filesys.texi @@ -21,9 +21,6 @@ parts work together so that you can run VM and your filesystem at the same time. Plus, keeping VM is a great way to stress-test your filesystem implementation. -Your submission should define @code{THREAD_JOIN_IMPLEMENTED} in -@file{constants.h} (@pxref{Conditional Compilation}). - @menu * File System New Code:: * File System Synchronization::