X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=doc%2Fuserprog.texi;h=fa3b4b8deb23d0a097249e7f1beefcb94d9cff9c;hp=9db073776ab70c7fadb9e711325b991a23e5e552;hb=6070611faac84bdf95c4405b3970c6928202f26b;hpb=39c5d0ad729238d08668ce0eeaa71bc25540bc7b diff --git a/doc/userprog.texi b/doc/userprog.texi index 9db0737..fa3b4b8 100644 --- a/doc/userprog.texi +++ b/doc/userprog.texi @@ -15,9 +15,7 @@ other part of the code for this assignment. We will describe the relevant parts below. If you are confident in your HW1 code, you can build on top of it. However, if you wish you can start with a fresh copy of the code and re-implement @func{thread_join}, which is the -only part of project #1 required for this assignment. Your submission -should define @code{THREAD_JOIN_IMPLEMENTED} in @file{constants.h} -(@pxref{Conditional Compilation}). +only part of project #1 required for this assignment. Up to now, all of the code you have written for Pintos has been part of the operating system kernel. This means, for example, that all the