X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=AUTHORS;h=c677ff6bee2d4d8f70c6f1a9701a9fd333070d67;hb=59dcfa0128761394803087761b5756927774b331;hp=43f8258d291d83df913c38cf8e2180a6f8d9597d;hpb=38c5696bd616816306e9ae43fcb1f735dea916f3;p=pintos-anon diff --git a/AUTHORS b/AUTHORS index 43f8258..c677ff6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -20,7 +20,14 @@ projects including at least the following people: Yu Ping , Greg Hutchins, Kelly Shaw , Paul Twohey , - Sameer Qureshi . (If you're not on this - list but should be, please let me know.) + 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.