X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=31606d182661ee33ae3ceefb616355d5f7daac19;hb=bc0cc9ec385f55e8dee745f55e25d98908255636;hp=15902a2cd3db19fd7e77209b9d82127190a96759;hpb=90284ecf98313edfd34d8e3f30a2b00a0065bf38;p=pintos-anon diff --git a/TODO b/TODO index 15902a2..31606d1 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,11 @@ -*- text -*- +* Miscellaneous: + + - Currently the `pintos' utility has a broken return code policy: it + returns 1 to indicate success. It inherited this mistake from + Bochs, which does something similar. This needs to be fixed. + * Userprog project: - Move `join' implementation here, from `threads' project, to help