mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
Revert "Kernel/Storage: Remove the ramdisk implementation"
This reverts commit 4e0f85432a
as the
ramdisk code is useful for the bring-up of the aarch64 port. Once the
kernel supports better ram-based filesystems, this code will be removed
again.
This commit is contained in:
parent
4d68dcfca0
commit
187723776a
Notes:
sideshowbarker
2024-07-17 05:09:48 +09:00
Author: https://github.com/FireFox317
Commit: 187723776a
Pull-request: https://github.com/SerenityOS/serenity/pull/17249
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/nico ✅
Reviewed-by: https://github.com/supercomputer7
9 changed files with 227 additions and 0 deletions
|
@ -52,6 +52,7 @@ private:
|
|||
void resolve_partition_from_boot_device_parameter(StorageDevice const& chosen_storage_device, StringView boot_device_prefix);
|
||||
void determine_boot_device_with_logical_unit_number();
|
||||
void determine_block_boot_device();
|
||||
void determine_ramdisk_boot_device();
|
||||
void determine_nvme_boot_device();
|
||||
void determine_ata_boot_device();
|
||||
void determine_hardware_relative_boot_device(StringView relative_hardware_prefix, Function<bool(StorageDevice const&)> filter_device_callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue