Move problem 1-2 (join) into project 2 as the "wait" system call.
[pintos-anon] / doc / standards.texi
index 2582e5c58f26e335a2cf4ff9caee5880fa7036da..a1c70a47961a69baac2f0bfe906c15870c88677d 100644 (file)
@@ -42,6 +42,8 @@ different style won't cause actual problems, but it's ugly to see
 gratuitous differences in style from one function to another.  If your
 code is too ugly, it will cost you points.
 
+Please limit C source file lines to at most 79 characters long.
+
 Pintos comments sometimes refer to external standards or
 specifications by writing a name inside square brackets, like this:
 @code{[IA32-v3]}.  These names refer to the reference names used in
@@ -78,9 +80,9 @@ There are a few exceptions:
 
 @itemize @bullet
 @item
-Problem 1-4, the advanced scheduler.  We must be able to turn this on
+Problem 1-3, the advanced scheduler.  We must be able to turn this on
 and off with a compile-time directive.  You must use the macro name we
-specify for that part.  @xref{Problem 1-4 Advanced Scheduler}, for
+specify for that part.  @xref{Problem 1-3 Advanced Scheduler}, for
 details.
 
 @item