Add comments.
[pintos-anon] / src / ORIGIN
index 701276dd712075910c1fd2bda4207aaa49c0a509..cb0c9e6f36b5aac6848d3185ee02f001583b057c 100644 (file)
@@ -4,9 +4,9 @@ threads/loader.S: From MIT class code but heavily modified.
 threads/mmu.h: Ditto.
 threads/io.h: Also from MIT class code but less modified.
 
-threads/synch.c: More or less transliterated from Nachos' synch.cc.
+threads/synch.c: More or less transliterated from Nachos code.
 filesys/filesys.c: Ditto.
 filesys/filehdr.c: Ditto.
 
-All other files written by me, although inspiration is often due to
-Nachos or in some cases Linux.
+All other files written by me from scratch, although inspiration is
+often due to Nachos or in some cases Linux.