summaryrefslogtreecommitdiff
path: root/src/hardware/interrupts.c
AgeCommit message (Collapse)Author
2017-07-27work on rtl8139 driver, can trigger interrupts nowAndreas Baumann
2017-07-27receiving the first network interruptsAndreas Baumann
2017-07-08forgot to set the backpointer to the interrupt manager (interrupts_t) in theAndreas Baumann
interrupt_handler_init_void (clang and O1 crashed it while initializing the empty interrupt vectors)
2017-07-04got scheduling of task A and B working (now graphics output and termination ↵Andreas Baumann
is broken)
2017-06-10some big renames into subdirs of aspectsAndreas Baumann
updated README removed size_t in sys/types.h and sys/types.h itself, size_t is in stddef.h