X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=AUTHORS;h=c677ff6bee2d4d8f70c6f1a9701a9fd333070d67;hb=601d95be13aa18bfdea51930f86cccdde1c01f5e;hp=d59358141eb060fb59d16db7c4cbb14e4209463c;hpb=9bade155997ac1dfe4eebb5b5dfe7ff2b38ffdc8;p=pintos-anon diff --git a/AUTHORS b/AUTHORS index d593581..c677ff6 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,23 @@ 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: Yu Ping + , Greg Hutchins, Kelly Shaw , Paul Twohey , + Sameer Qureshi , John Rector. (If you're + not on this list but should be, please let me know.) + +* The section on multilevel feedback schedulers in the threads project + is adapted from a handout written by Andrea Arpaci-Dusseau + <"dusseau" at the server cs.wisc.edu>. + +* Updates for Pintos by Ben Pfaff . + +* Example code in the tour's description of monitors is from Mendel + Roseblum's classroom slides.