ladybird/Kernel/Storage
Liav A 4e0f85432a Kernel/Storage: Remove the ramdisk implementation
Nobody uses this because the x86 prekernel environment is corrupting the
ramdisk image prior to running the actual kernel. In the future we can
ensure that the prekernel doesn't corrupt the ramdisk if we want to
bring support back. In addition to that, we could just use a RAM based
filesystem to load whatever is needed like in Linux, without the need of
additional filesystem driver.

For the mentioned corruption problem, look at issue #9893.
2022-10-03 11:12:35 +02:00
..
ATA Kernel: Introduce the IOWindow class 2022-09-23 17:22:15 +01:00
NVMe Kernel: Move IO delay code to x86 architecture subdirectory 2022-09-20 18:43:05 +01:00
DiskPartition.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
DiskPartition.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
StorageController.cpp Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
StorageController.h Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
StorageDevice.cpp Kernel/Storage: Remove the ramdisk implementation 2022-10-03 11:12:35 +02:00
StorageDevice.h Kernel/Storage: Remove the ramdisk implementation 2022-10-03 11:12:35 +02:00
StorageManagement.cpp Kernel/Storage: Remove the ramdisk implementation 2022-10-03 11:12:35 +02:00
StorageManagement.h Kernel/Storage: Remove the ramdisk implementation 2022-10-03 11:12:35 +02:00