1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

Revert "Revert "Kernel/Storage: Remove the ramdisk implementation""

This reverts commit 187723776a.

This was reverted because it was needed until the aarch64 port
got an SD card driver

Co-authored-by: Ollrogge <nils-ollrogge@outlook.de>
This commit is contained in:
Marco Cutecchia 2023-03-21 22:08:12 +01:00 committed by Linus Groh
parent d09852642c
commit 36c5afdfb2
9 changed files with 0 additions and 232 deletions

View file

@ -34,7 +34,6 @@ public:
// and ATAPI is the exception to no-distinction rule. If we ever put SCSI support in the kernel,
// we can create another enum class to put the distinction.
enum class CommandSet {
PlainMemory,
SCSI,
ATA,
NVMe,