X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=c61d44cb975211e0ac2888f351d36df02780ad85;hb=49f91ea15da93b7df4b946d42c70e09e740f3c06;hp=15902a2cd3db19fd7e77209b9d82127190a96759;hpb=8176d4bd89c45d3b18a3240728ec650d822ab835;p=pintos-anon diff --git a/TODO b/TODO index 15902a2..c61d44c 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,11 @@ -*- text -*- +* The tests in tests/ don't apply the grading patches. + +* Threads: + + - join-invalid doesn't compile if tid_t is not scalar type. + * Userprog project: - Move `join' implementation here, from `threads' project, to help