ladybird/Kernel/Interrupts
Liav A 9e66eb160c Kernel: Add the new APIC namespace
Also, the enable() function is now correct and will use the right
registers and values. In addition to that, write_register() and
read_registers() are not relying on identity mapping anymore.
2020-02-24 11:27:03 +01:00
..
APIC.cpp Kernel: Add the new APIC namespace 2020-02-24 11:27:03 +01:00
APIC.h Kernel: Add the new APIC namespace 2020-02-24 11:27:03 +01:00
GenericInterruptHandler.cpp Kernel: Add Interrupt Management and Generic Interrupt Handler 2020-02-24 11:27:03 +01:00
GenericInterruptHandler.h Kernel: Add Interrupt Management and Generic Interrupt Handler 2020-02-24 11:27:03 +01:00
InterruptManagement.cpp Kernel: Add Interrupt Management and Generic Interrupt Handler 2020-02-24 11:27:03 +01:00
InterruptManagement.h Kernel: Add Interrupt Management and Generic Interrupt Handler 2020-02-24 11:27:03 +01:00
IOAPIC.cpp Kernel: Add the IOAPIC class 2020-02-24 11:27:03 +01:00
IOAPIC.h Kernel: Add the IOAPIC class 2020-02-24 11:27:03 +01:00
IRQController.h Kernel: Add IRQController class 2020-02-24 11:27:03 +01:00
IRQHandler.cpp Kernel: Add new IRQHandler class 2020-02-24 11:27:03 +01:00
IRQHandler.h Kernel: Add new IRQHandler class 2020-02-24 11:27:03 +01:00
MSIHandler.h Kernel: Add MSIHandler class 2020-02-24 11:27:03 +01:00
PIC.cpp Kernel: Add the PIC class 2020-02-24 11:27:03 +01:00
PIC.h Kernel: Add the PIC class 2020-02-24 11:27:03 +01:00
SharedIRQHandler.cpp Kernel: Add SharedIRQHandler class 2020-02-24 11:27:03 +01:00
SharedIRQHandler.h Kernel: Add SharedIRQHandler class 2020-02-24 11:27:03 +01:00
UnhandledInterruptHandler.cpp Kernel: Add UnhandledInterruptHandler class 2020-02-24 11:27:03 +01:00
UnhandledInterruptHandler.h Kernel: Add UnhandledInterruptHandler class 2020-02-24 11:27:03 +01:00