summaryrefslogtreecommitdiff
path: root/kernel/keyboard.c
AgeCommit message (Collapse)Author
2014-08-29keyboard handler debugging logMichal Idziorek
2014-08-28solved mystery of logging from interrupt handlers!Michal Idziorek
2014-08-20started implementing floppy driver etc.Michal Idziorek
2014-08-06minor fixes of some comments and interruptsMichal Idziorek
2014-07-08added basic shell with one command.Michal Idziorek
2014-07-08improved console and pit (timer) interrupt handlerMichal Idziorek
2014-07-08added and successfuly tested software interruptMichal Idziorek
int 88 is issued by the kb driver whenever A is pressed and the the int_test_handler is run.
2014-07-08Further celanup and a little modularizationMichal Idziorek