X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=AUTHORS;h=5f7cf44fd884d67d93cc2af8dace92d42abcdc78;hb=1802b7b7b8d5e3d6754da9468e22942a8c29982b;hp=6726815b08178e3c50c94367a2b2b1f56122bc1e;hpb=b53e2e29e6ff38abd62be9e2319812c7f9a2095d;p=pintos-anon diff --git a/AUTHORS b/AUTHORS index 6726815..5f7cf44 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,30 +1,40 @@ -src +src -*- text -*- --- -* 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. +* Most code written by Ben Pfaff . + +* 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 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.) + including at least the following people: + + - Yu Ping + + - Greg Hutchins + + - Kelly Shaw , -* 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>. + - Paul Twohey + + - Sameer Qureshi + + - John Rector + + If you're not on this list but should be, please let me know. * Updates for Pintos by Ben Pfaff . + +* Example code for condition variables is from classroom slides + originally by Dawson Engler and updated by Mendel Roseblum.