- Pintos
Pintos is an instructional
operating system created atStanford University by Ben Pfaff in2004 . Pintos originated as a replacement for Nachos, a similar system originally developed atUC Berkeley byTom Anderson , and was designed along similar linescite web|url=http://www.stanford.edu/class/cs140/projects/pintos/pintos_1.html|title=Pintos Projects: Introduction|accessdate=2007-04-17] . Like Nachos, Pintos is intended to introduce undergraduates to concepts in operating system design and implementation by requiring them to implement significant portions of a real operating system, including thread and memory management and file system access.Unlike Nachos, Pintos is capable of running on actual
x86 hardware, though it is often run on top of an x86 simulator, such asBochs . Nachos, by contrast, runs as a user process on a host operating system, and targets the MIPS architecture (Nachos code must run atop a MIPS simulator). Pintos and its accompanying assignments are also written in C rather than C++ (used by the original Nachos) or Java (used by Nachos 5.0j).Pintos was written by Stanford University former graduate student Ben Pfaff.
References
External links
* [http://www.scs.stanford.edu/07au-cs140/pintos/pintos.html Pintos Home Page]
Wikimedia Foundation. 2010.