X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=AUTHORS;h=cf5844ad2a42abb73ec485c891f4917d8ce5ac4d;hp=f7b22b97f2bf4e77fb6b289c6ec9e643552f3e47;hb=43dadfe13b843be54ac5fdc9e4496beb47af3b1f;hpb=f113b3ab259ac5416a6ce322012fc2727124b638 diff --git a/AUTHORS b/AUTHORS index f7b22b9..cf5844a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,12 +1,15 @@ -src +src -*- text -*- --- -* Most code written by Ben Pfaff . +* Pintos core originally 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. +* Additional features contributed by Anthony Romano . + +* 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 @@ -15,9 +18,16 @@ src 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: +* The projects are primarily the creation of Ben Pfaff + . + +* Godmar Back made significant contributions to + project design. + +* 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 @@ -33,11 +43,5 @@ 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.