X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fvm.texi;h=5226e63358fdb8c3b26736ee570e9fc60f543c87;hb=dcc3b1bc434d3c91e9a7d4728d120797b522b59d;hp=85605cc2294f2e1a30eb76e957aefc271fdd933c;hpb=f698a29f16ec566911fb260fc23d2425a5cef21e;p=pintos-anon diff --git a/doc/vm.texi b/doc/vm.texi index 85605cc..5226e63 100644 --- a/doc/vm.texi +++ b/doc/vm.texi @@ -25,6 +25,9 @@ All the test programs from the previous project should also work with this project. You should also write programs to test the new features introduced in this project. +Your submission should define @code{THREAD_JOIN_IMPLEMENTED} in +@file{constants.h} (@pxref{Conditional Compilation}). + @menu * VM Design:: * Page Faults::