X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=AUTHORS;h=5f7cf44fd884d67d93cc2af8dace92d42abcdc78;hb=1802b7b7b8d5e3d6754da9468e22942a8c29982b;hp=f7b22b97f2bf4e77fb6b289c6ec9e643552f3e47;hpb=f113b3ab259ac5416a6ce322012fc2727124b638;p=pintos-anon diff --git a/AUTHORS b/AUTHORS index f7b22b9..5f7cf44 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,12 +1,13 @@ -src +src -*- text -*- --- * Most code written by Ben Pfaff . -* 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 - C++ code into C. These files bear the original UCB license notice. +* The original 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 C++ code into C. These files bear the original UCB license + notice. * Some of the source code is derived from code used in the Massachusetts Institute of Technology's 6.828 advanced operating @@ -33,11 +34,7 @@ projects 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. +* Example code for condition variables is from classroom slides + originally by Dawson Engler and updated by Mendel Roseblum.