X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fintro.texi;fp=doc%2Fintro.texi;h=4a517f20a649efb27ab2c3ea1ae4e2736d805036;hb=f415a37905c57f61b444806bf84f5405184452aa;hp=5a0da3940710577e6df2b73577a129e3489f04e5;hpb=fa97205f611b922b85299e79edba9a0bbbe3cfb2;p=pintos-anon diff --git a/doc/intro.texi b/doc/intro.texi index 5a0da39..4a517f2 100644 --- a/doc/intro.texi +++ b/doc/intro.texi @@ -1,4 +1,4 @@ -@node Introduction, Pintos Tour, Top, Top +@node Introduction @chapter Introduction Welcome to Pintos. Pintos is a simple operating system framework for @@ -531,16 +531,14 @@ work. The original structure and form of Pintos was inspired by the Nachos instructional operating system from the University of California, -Berkeley. A few of the source files were originally more-or-less -literal translations of the Nachos C++ code into C. These files bear -the original UCB license notice. +Berkeley. A few of the Pintos source files are 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. The Pintos projects and documentation originated with those designed for -Nachos by current and former CS140 teaching assistants at Stanford +Nachos by current and former CS 140 teaching assistants at Stanford University, including at least Yu Ping, Greg Hutchins, Kelly Shaw, Paul Twohey, Sameer Qureshi, and John Rector.