Implement a proper block layer with partition support.
[pintos-anon] / src / threads / init.h
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-11-10 Ben PfaffRename ram_pages to init_ram_pages.
2008-11-10 Ben PfaffGet rid of power_off_when_done global variable.
2008-11-09 Ben PfaffRemove prototypes for removed functions power_off(...
2008-11-07 Ben PfaffRename base_page_dir to init_page_dir.
2008-08-24 Ben PfaffNew option -r to reboot the VM after actions are complete.
2006-09-25 Ben PfaffFix two bugs in the base Pintos code:
2006-01-03 Ben PfaffGet rid of -rndpg option for now, because none of the...
2005-04-13 Ben PfaffUse runtime options instead of conditional compilation...
2004-12-09 Ben PfaffRename do_power_off to power_off_when_done.
2004-09-20 Ben PfaffSwap names of power_off and do_power_off().
2004-09-16 Ben PfaffMove pagedir stuff into userprog.
2004-09-06 Ben PfaffFix up header guards.
2004-09-01 Ben PfaffBreak GDT, TSS out of init.c, mmu.h.
2004-08-31 Ben PfaffImplement command line arguments.
2004-08-31 Ben PfaffClean up a little.
2004-08-31 Ben PfaffDeclare argc, argv.
2004-08-27 Ben PfaffMake userspace actually work.
2004-08-26 Ben PfaffHeader for init.c.