1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +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

@ -69,8 +69,6 @@ StringView StorageDevice::class_name() const
StringView StorageDevice::command_set_to_string_view() const
{
switch (command_set()) {
case CommandSet::PlainMemory:
return "memory"sv;
case CommandSet::SCSI:
return "scsi"sv;
case CommandSet::ATA: