X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fthreads.texi;h=eb59d8a4267de1629c3f3d30037faab13c4d5a8b;hb=b7b1e6416ee6a167eeaad42553cbdd6e8f89e444;hp=0b6bd701ff70acb6859c264959506acf8b14ae9a;hpb=58b094e0efe0b5744c6f33c565f7272e1c50992f;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