Reboot when Ctrl+Alt+Del is pressed.
[pintos-anon] / src / devices / timer.h
2008-08-26 Ben PfaffReboot when Ctrl+Alt+Del is pressed.
2004-12-13 Ben PfaffSupport accurate short delays in the timer code, to...
2004-09-26 Ben PfaffPrint statistics at power off.
2004-09-10 Ben PfaffAdd timer_sleep() that takes an argument in timer ticks.
2004-09-09 Ben PfaffAdd comment.
2004-09-06 Ben PfaffFix up header guards.
2004-08-29 Ben PfaffAdd timer_msleep, timer_usleep, timer_nsleep().
2004-08-16 Ben PfaffInitial revision