X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=AUTHORS;h=cf5844ad2a42abb73ec485c891f4917d8ce5ac4d;hp=2d79ae2b37eaf3fe97fa64cb178efaaf4ea9b282;hb=59f738d500f51ffc5f487344865b8bed69c26281;hpb=1d5837251ee93c9a4e3cef924e1da7e0b10ec5bf diff --git a/AUTHORS b/AUTHORS index 2d79ae2..cf5844a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,23 +1,47 @@ -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 . + +* 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 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: Kelly Shaw , Sameer Qureshi . +* 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 + + - Greg Hutchins + + - Kelly Shaw , + + - 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.