aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/cpu/interrupts.cpp
AgeCommit message (Collapse)AuthorFilesLines
2026-03-21x86_64/cpu: fixup 8259 interrupt handlingFelix Morgner1-0/+4
We now mask the timer interrupt and ensure we are informing the PIC about us having handled the interrupt.
2026-03-21x86_64/cpu: log interrupt data in hexFelix Morgner1-3/+3
2026-03-21x86_64/cpu: ignore 8259 interruptsFelix Morgner1-2/+18
2026-03-21x86_64/cpu: fixup 8259 interruptsFelix Morgner1-0/+10
2026-03-20x86_64/cpu: implement basic interrupt handlingFelix Morgner1-0/+94