banan-os/kernel/kernel/Storage
Bananymous 6f7045ead2 Kernel: kernel doesn't allocate large blocks of data on stack
We used to allocate 1 KiB blocks on multiple places on stack. This
is a problem, since kernel stack shouldn't have to be too big
2023-04-11 23:31:58 +03:00
..
ATABus.cpp Kernel: kernel doesn't allocate large blocks of data on stack 2023-04-11 23:31:58 +03:00
ATAController.cpp Kernel: ATA now uses irqs instead of polling 2023-04-03 00:03:38 +03:00
ATADevice.cpp Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00
StorageDevice.cpp Kernel: remove message from BAN::Error 2023-04-11 23:25:21 +03:00