Implement a proper block layer with partition support.
[pintos-anon] / doc / vm.texi
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-03-17 Ben PfaffWording improvements, from "Valentin I. Spitkovsky"
2008-02-21 Ben PfaffReference to threads/exception.c should be to userprog...
2007-11-17 Godmar Back- add localsettings.texi which contains Stanford-local...
2007-01-08 Godmar Backclarified stack limit issue and removed comment about...
2006-11-01 Godmar Backcorrected wrong statement about content of f->esp when...
2006-10-05 Ben PfaffWhen out of memory+swap, just panic the kernel.
2006-09-28 Ben PfaffMinor doc improvements.
2006-05-26 Ben PfaffMake the default simulator qemu for project 2...4,
2006-05-26 Ben Pfaffqemu is much faster than Bochs.
2006-05-16 Ben PfaffRename "segment table" to "supplemental page table".
2006-05-16 Ben PfaffNow that qemu is available on Solaris, don't talk about...
2006-04-20 Ben PfaffMajor revisions to documentation.
2006-04-11 Ben PfaffExplicitly state that mmap'd files must be lazily loaded.
2006-04-09 Ben PfaffBreak load_segment() into two functions for increased...
2006-04-05 Ben PfaffClarify parallelism requirements.
2006-04-05 Ben PfaffClarify need for virt-to-phys translation table.
2006-04-02 Godmar Backfixed typo in mmap example
2006-03-06 Ben Pfaff-u option should be -ul.
2006-01-29 Ben PfaffUpdate Intel architecture guide references to latest.
2006-01-10 Ben PfaffTypo fixes found by Godmar Back's TA.
2006-01-04 Ben PfaffElaborate on how to get the user program's stack pointer.
2006-01-04 Ben PfaffClarify stack limit.
2006-01-04 Ben PfaffAdd additional disclaimer to "diffstat"s.
2006-01-04 Ben PfaffGrammar.
2006-01-04 Ben PfaffMention that other aliases should only arise from shari...
2006-01-04 Ben PfaffClarify that swap needs to be written when needed,...
2006-01-04 Ben PfaffMove some FAQs into the specification for mmap'd files.
2006-01-04 Ben PfaffAdd hash_apply() function.
2006-01-03 Ben PfaffMove mmap consistency FAQ into assignment description.
2006-01-03 Ben PfaffPartial mmap'd pages need not be lazy loaded.
2006-01-03 Ben PfaffGet rid of -rndpg option for now, because none of the...
2005-06-21 Ben PfaffAdd reference to mcp example.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-04-13 Ben PfaffUse runtime options instead of conditional compilation...
2005-04-06 Ben PfaffAlways use a custom linker script, to avoid oddities...
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2005-03-05 Ben PfaffMake mmap use segment IDs.
2005-02-09 Ben PfaffFix typo.
2005-02-07 Ben PfaffGet rid of THREAD_JOIN_IMPLEMENTED by adding thread_joi...
2005-01-02 Ben PfaffRemove redundant footnote.
2004-12-14 Ben PfaffClarifications.
2004-11-24 Ben PfaffTalk about the stack some more.
2004-11-23 Ben PfaffUpdate docs.
2004-11-23 Ben PfaffClarify.
2004-11-23 Ben PfaffClarify.
2004-11-09 Ben PfaffClarifications.
2004-10-27 Ben PfaffRevise.
2004-10-27 Ben PfaffRevise.
2004-09-29 Ben PfaffUpdate docs.
2004-09-29 Ben PfaffUpdate docs.
2004-09-28 Ben PfaffUpdate docs.
2004-09-27 Ben PfaffUpdate docs.
2004-09-27 Ben PfaffUpdate docs.
2004-09-26 Ben PfaffUpdate docs.
2004-09-26 Ben PfaffUpdate docs.
2004-09-26 Ben PfaffUpdate docs.
2004-09-26 Ben PfaffUpdate docs.
2004-09-23 Ben PfaffUpdate docs.
2004-09-22 Ben PfaffUpdate docs.
2004-09-21 Ben PfaffAdd VM makefiles.
2004-09-20 Ben PfaffRename addrspace to process.
2004-09-20 Ben PfaffUpdate docs.
2004-09-15 Ben PfaffWork on intro.
2004-09-12 Ben PfaffWork on projects.
2004-09-09 Ben PfaffInitial projects.