summaryrefslogtreecommitdiff
path: root/kernel/interrupts.c
AgeCommit message (Collapse)Author
2014-11-12fixing implicit declarations ...Michal Idziorek
2014-10-201st userspace programm and partial newlib support!Michal Idziorek
2014-10-17added simple syscall interfaceMichal Idziorek
2014-09-08working on mouse driverMichal Idziorek
2014-09-08started with mouse driver and double bufferMichal Idziorek
2014-09-04Improved physical memory manager and cleaning up.Michal Idziorek
2014-09-04new default interrupt handler in asmMichal Idziorek
2014-09-03debugging floppy driver :(Michal Idziorek
2014-09-03changed acpi scan range.Michal Idziorek
2014-09-03Moved kernel to 0x10000 !Michal Idziorek
2014-09-02Improved directory structure.Michal Idziorek
2014-09-01fixed some gcc warningsMichal Idziorek
2014-08-31Moved Interrupt related code to interrupt.cMichal Idziorek
2014-08-31experimeting with my laptopMichal Idziorek
2014-08-30fixed bug in multitasking codeMichal Idziorek
2014-08-29added paging supportMichal Idziorek
2014-08-28minor changesMichal Idziorek
2014-08-27cleanup and switched logging to vesa mode console!Michal Idziorek
2014-08-20functional floppy driver (in emulators at least)Michal Idziorek
2014-08-20started implementing floppy driver etc.Michal Idziorek
2014-08-07added some physical memory managementMichal Idziorek
2014-08-06minor fixes of some comments and interruptsMichal 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-08start implement software interrupt test handlerMichal Idziorek
2014-07-08Further celanup and a little modularizationMichal Idziorek