X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=AUTHORS;h=2d79ae2b37eaf3fe97fa64cb178efaaf4ea9b282;hb=1d5837251ee93c9a4e3cef924e1da7e0b10ec5bf;hp=d59358141eb060fb59d16db7c4cbb14e4209463c;hpb=c41e28475e8da965e807bbe3ca96feba10fafc2d;p=pintos-anon diff --git a/AUTHORS b/AUTHORS index d593581..2d79ae2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,6 @@ +src +--- + * The structure and form of this operating system is inspired by the Nachos system from the University of California, Berkeley. A few of the source files are more-or-less literal translations of the Nachos @@ -8,3 +11,13 @@ systems course. These files bear the original MIT license notice. * All other code written by Ben Pfaff . + +projects +-------- + +* The projects are derived from those designed for Nachos by current + and former CS140 teaching assistants at Stanford University, + including at least the following people: Kelly Shaw , Sameer Qureshi . + +* Updates for Pintos by Ben Pfaff .