From: Ben Pfaff Date: Thu, 2 Sep 2004 22:53:58 +0000 (+0000) Subject: Update. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f907f61770aca71ef13670442b0e9f7626a6ec28;p=pintos-anon Update. --- diff --git a/src/ORIGIN b/src/ORIGIN index 701276d..cb0c9e6 100644 --- a/src/ORIGIN +++ b/src/ORIGIN @@ -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.