X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fthreads.texi;h=33600393977ff6b6f743f4124875eb00be91acd6;hb=654121cfc127bc8e1e9aa8859c2d68f0dc4330cb;hp=44066d2f4b9e7e46d581b2dc23cc6269163ab160;hpb=d720fd54dc53abb8297f20e7d1eeaa6548a1df69;p=pintos-anon diff --git a/doc/threads.texi b/doc/threads.texi index 44066d2..3360039 100644 --- a/doc/threads.texi +++ b/doc/threads.texi @@ -502,10 +502,6 @@ Write test code that demonstrates the cases your join works for. Be careful to program this function correctly. You will need its functionality for project 2. -Once you've implemented @func{thread_join}, define -@code{THREAD_JOIN_IMPLEMENTED} in @file{constants.h}. -@xref{Conditional Compilation}, for more information. - @node Problem 1-3 Priority Scheduling @section Problem 1-3: Priority Scheduling @@ -734,7 +730,9 @@ Make the timer tick more slowly by decreasing @code{TIMER_FREQ} in The former two changes are only desirable for testing problem 1-1 and possibly 1-3. You should revert them before working on other parts -of the project or turn in the project. +of the project or turn in the project. We will test problem 1-1 with +@code{TIME_SLICE} set to 100 and @code{TIMER_FREQ} set to 19, but we +will leave them at their defaults for all the other problems. @item @b{Should @file{p1-1.c} be expected to work with the MLFQS turned on?}