X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fthreads.texi;h=eb59d8a4267de1629c3f3d30037faab13c4d5a8b;hb=3c732bafbe5c72567659dfc0f397293027617c50;hp=0b6bd701ff70acb6859c264959506acf8b14ae9a;hpb=c0667e92ce6156b69ee962683dcfb78f5c4ec0f8;p=pintos-anon diff --git a/doc/threads.texi b/doc/threads.texi index 0b6bd70..eb59d8a 100644 --- a/doc/threads.texi +++ b/doc/threads.texi @@ -380,11 +380,9 @@ Problems 1-3 and 1-4 won't be needed for later projects. @end itemize @item -Problem 1-4 (MLFQS) builds on the features you -implement in Problem 1-3. To avoid unnecessary code duplication, it -would be a good idea to divide up the work among your team members -such that you have Problem 1-3 fully working before you begin to tackle -Problem 1-4. +Problem 1-4 (MLFQS) builds on the features you implement in Problem +1-3. You should have Problem 1-3 fully working before you begin to +tackle Problem 1-4. @end itemize @node Problem 1-1 Alarm Clock