banan-os/kernel/include/kernel/Storage
Bananymous a2b5e71654 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.h Kernel: DiskCache now requires sync to be called from kernel thread 2023-09-27 00:32:13 +03:00
StorageController.h Kernel: Generalize ATA device and cleanup code 2023-10-12 21:35:25 +03:00
StorageDevice.h Kernel: Generalize ATA device and cleanup code 2023-10-12 21:35:25 +03:00