X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=AUTHORS;h=c677ff6bee2d4d8f70c6f1a9701a9fd333070d67;hb=7d4e3dda080a47db88616f1c0d975f2091be47f1;hp=2d79ae2b37eaf3fe97fa64cb178efaaf4ea9b282;hpb=1d5837251ee93c9a4e3cef924e1da7e0b10ec5bf;p=pintos-anon diff --git a/AUTHORS b/AUTHORS index 2d79ae2..c677ff6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,7 +17,17 @@ 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 . + 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.