Pintos

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

Pintos
Original author(s) Ben Pfaff
Developer(s) Ben Pfaff at Stanford University
Initial release 2004
Written in C
Platform x86 architecture
Available in English
License BSD-like
Website www.scs.stanford.edu/11wi-cs140/labs/project.html

Pintos is computer software, a simple instructional operating system framework for the 80x86 processor architecture. It supports kernel threads, loading and running user programs, and a file system, but it implements all of these in a very simple way. It was created at Stanford University by Ben Pfaff in 2004.[1] It originated as a replacement for Not Another Completely Heuristic Operating System (Nachos), a similar system originally developed at UC Berkeley by Thomas E. Anderson, and was designed along similar lines.[2][non-primary source needed] 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. Pintos also teaches students valuable debugging skills.

Unlike Nachos, Pintos can run on actual x86 hardware, though it is often run atop an x86 emulator, such as Bochs or QEMU. Nachos, by contrast, runs as a user process on a host operating system, and targets the MIPS instruction set (Nachos code must run atop a MIPS simulator).[2][non-primary source needed] Pintos and its accompanying assignments are also written in the programming language C instead of C++ (used for original Nachos) or Java (used for Nachos 5.0j).

References

  1. Pintos, by Ben Pfaff, PDF
  2. 2.0 2.1 Lua error in package.lua at line 80: module 'strict' not found.

External links

<templatestyles src="Asbox/styles.css"></templatestyles>