banan-os/kernel/kernel/Storage/ATA
Bananymous 5050047cef Kernel: Rewrite whole scheduler
Current context saving was very hacky and dependant on compiler
behaviour that was not consistent. Now we always use iret for
context saving. This makes everything more clean.
2024-03-29 18:02:12 +02:00
..
AHCI Kernel: Rewrite whole scheduler 2024-03-29 18:02:12 +02:00
ATABus.cpp Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
ATAController.cpp Kernel: Move Interruptable from InterruptController.h to its own file 2024-03-06 00:47:02 +02:00
ATADevice.cpp Kernel: Start making device numbers unique for each device 2024-02-22 15:53:48 +02:00