Reboot when Ctrl+Alt+Del is pressed.
[pintos-anon] / src / devices / kbd.c
2008-08-26 Ben PfaffReboot when Ctrl+Alt+Del is pressed.
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2005-12-21 Ben PfaffUse bool vars instead of bits for shift keys.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2004-09-26 Ben PfaffPrint statistics at power off.
2004-09-11 Ben PfaffReally make it safe to call printf() from any context.
2004-09-07 Ben PfaffImplement keyboard device.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRedo makefiles.
2004-09-01 Ben PfaffMake interrupt.h names more regular.
2004-08-27 Ben PfaffMake userspace actually work.
2004-08-26 Ben Pfaffintr_args => intr_frame.
2004-08-16 Ben PfaffInitial revision