1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 21:05:07 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Timon Kruiper
9827c11d8b Kernel: Move InterruptDisabler out of Arch directory
The code in this file is not architecture specific, so it can be moved
to the base Kernel directory.
2022-10-17 20:11:31 +02:00
Liav A
1b7b360ca1 Kernel: Move x86-specific IRQ controller code to Arch/x86 directory
The PIC and APIC code are specific to x86 platforms, so move them out of
the general Interrupts directory to Arch/x86/common/Interrupts directory
instead.
2022-09-20 18:43:05 +01:00
Renamed from Kernel/Interrupts/PIC.cpp (Browse further)