descriptionPintos educational operating system
homepage URLhttp://cs140.stanford.edu/
ownerblp@cs.stanford.edu
last changeMon, 17 Mar 2008 11:56:48 +0000 (17 11:56 +0000)
content tags
add:
readme
Pintos is a simple operating system framework for the 80x86 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. Pintos includes four educational projects to strengthen its support in all three of these areas and to add a virtual memory implementation.
shortlog
2008-03-17 Ben PfaffWording improvements, from "Valentin I. Spitkovsky"mastermob
2008-02-21 Ben PfaffReference to threads/exception.c should be to userprog...
2008-02-14 Ben PfaffExplain why a null pointer sentinel must be pushed...
2008-02-14 Ben PfaffGrammar fixes.
2008-01-26 Ben PfaffUse -fno-stack-protector with GCC versions that support...
2008-01-24 Ben PfaffFix typos.
2008-01-24 Ben PfaffFix reversal of "acquire" and "release" in Locks section.
2008-01-09 Godmar Back- updated some tasks to reflect current state/work...
2008-01-09 Godmar Back- moved all instructions that related to local CVS...
2007-11-17 Godmar Back- add localsettings.texi which contains Stanford-local...
2007-11-16 Godmar Backadded IGNORE_USER_FAULTS clause to match specification
2007-09-23 Godmar Backfixed typo: "pass" should be "fail"
2007-05-18 Ben PfaffClean some more files.
2007-05-07 Ben PfaffFix warning.
2007-04-23 Ben PfaffCorrectly initialize the esp0 pointer in the TSS for...
2007-04-02 Ben PfaffIgnore tags and cscope files.
...
heads
16 years ago mob
16 years ago master