summaryrefslogtreecommitdiff
path: root/kernel/interrupts.c
AgeCommit message (Collapse)Author
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-08start implement software interrupt test handlerMichal Idziorek
2014-07-08Further celanup and a little modularizationMichal Idziorek