banan-os/kernel/kernel/Storage
Bananymous 2d11ce9669 Kernel: Fix interrupt system
I had not understood how MSIs work and I was unnecessarily routing them
through IOAPIC. This is not necessary and should not be done :D

Also MSIs were reserving interrupts that IOAPIC was capable of
generating. Now IOAPIC and MSIs use different set of interrupts so
IOAPIC can use more interrupts if needed.
2024-09-27 15:31:31 +03:00
..
ATA Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
NVMe Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
DiskCache.cpp Kernel: Move DEBUG_* macros to centralized Debug.h 2024-09-20 11:00:07 +03:00
Partition.cpp Kernel: root command line option can be specified as an UUID 2024-08-14 13:23:27 +03:00
StorageDevice.cpp Kernel: Optimize disk reads to read multiple sectors at once 2024-05-27 15:52:34 +03:00