banan-os/kernel/kernel/Storage
Bananymous adc5ff9e99 Kernel: Implement AHCI driver
SATA drives can now be used with banan-os. This allows much faster
disk access (writing 10 MiB from 30s to 1.5s). This can definitely
be optimized but the main slow down is probably the whole disk
structure in the os.

AHCI drive is now the default when running qemu.
2023-10-12 21:53:48 +03:00
..
ATA Kernel: Implement AHCI driver 2023-10-12 21:53:48 +03:00
DiskCache.cpp Kernel: Disable DiskCache sync messages 2023-09-27 14:12:21 +03:00
StorageDevice.cpp Kernel: Generalize ATA device and cleanup code 2023-10-12 21:35:25 +03:00