Don't pass "-nics 0" to qemu, because this option name has changed
[pintos-anon] / src / threads / mmu.h
2006-04-20 Ben PfaffImprove comments.
2006-01-29 Ben PfaffUpdate Intel architecture guide references to latest.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2004-09-27 Ben PfaffAdd PTSPAN.
2004-09-20 Ben PfaffComments.
2004-09-20 Ben PfaffAdd const to various functions.
2004-09-16 Ben PfaffMove pagedir stuff into userprog.
2004-09-06 Ben PfaffFix up header guards.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRedo makefiles.
2004-09-02 Ben PfaffRemove unneeded stuff.
2004-09-01 Ben PfaffBreak GDT, TSS out of init.c, mmu.h.
2004-09-01 Ben PfaffRemove lots of unused #define's from mmu.h.
2004-08-31 Ben PfaffBase on loader.
2004-08-27 Ben PfaffSet RPL=3 for user selectors.
2004-08-26 Ben PfaffImprove mmu.h.
2004-08-26 Ben PfaffAdd PGOFS macro.
2004-08-16 Ben PfaffInitial revision