Add John Rector.
[pintos-anon] / AUTHORS
1 src
2 ---
3
4 * The structure and form of this operating system is inspired by the
5   Nachos system from the University of California, Berkeley.  A few of
6   the source files are more-or-less literal translations of the Nachos
7   C++ code into C.  These files bear the original UCB license notice.
8
9 * Some of the source code is derived from code used in the
10   Massachusetts Institute of Technology's 6.828 advanced operating
11   systems course.  These files bear the original MIT license notice.
12
13 * All other code written by Ben Pfaff <blp@cs.stanford.edu>.
14
15 projects
16 --------
17
18 * The projects are derived from those designed for Nachos by current
19   and former CS140 teaching assistants at Stanford University,
20   including at least the following people: Yu Ping
21   <yph@cs.stanford.edu>, Greg Hutchins, Kelly Shaw <kashaw (at)
22   cs.stanford.edu>, Paul Twohey <twohey AT cs DOT stanford DOT edu>,
23   Sameer Qureshi <squreshi@cs.stanford.edu>, John Rector.  (If you're
24   not on this list but should be, please let me know.)
25
26 * The section on multilevel feedback schedulers in the threads project
27   is adapted from a handout written by Andrea Arpaci-Dusseau
28   <"dusseau" at the server cs.wisc.edu>.
29
30 * Updates for Pintos by Ben Pfaff <blp@cs.stanford.edu>.