X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=AUTHORS;h=784002e03f3469101e9fbd2d10a97c9f1344c24d;hp=c677ff6bee2d4d8f70c6f1a9701a9fd333070d67;hb=218e4395786e51487d27ad432249c27687667b7c;hpb=31ac6dfcd202e6d164d9a6ba4bc30d2860208609 diff --git a/AUTHORS b/AUTHORS index c677ff6..784002e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,33 +1,43 @@ -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. +* Pintos core originally written by Ben Pfaff . -* 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. +* Additional features contributed by Anthony Romano . -* All other 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. 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.) +* The projects are primarily the creation of Ben Pfaff + . -* 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>. +* Godmar Back made significant contributions to + project design. -* Updates for Pintos by Ben Pfaff . +* Although little remains unchanged, the projects were originally + derived from those designed for Nachos by current and former CS140 + teaching assistants at Stanford University, including at least the + following people: + + - Yu Ping -* Example code in the tour's description of monitors is from Mendel - Roseblum's classroom slides. + - Greg Hutchins + + - Kelly Shaw , + + - Paul Twohey + + - Sameer Qureshi + + - John Rector + + If you're not on this list but should be, please let me know. + +* Example code for condition variables is from classroom slides + originally by Dawson Engler and updated by Mendel Roseblum.