make loop counter volatile to prevent gcc4.1 from optimizing away entire loop body
[pintos-anon] / src / devices / kbd.h
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2004-09-26 Ben PfaffPrint statistics at power off.
2004-09-07 Ben PfaffImplement keyboard device.
2004-09-06 Ben PfaffFix up header guards.
2004-08-16 Ben PfaffInitial revision