mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
Kernel: Allow booting from an SD card
This commit is contained in:
parent
5fe6c6fc24
commit
425acb513e
Notes:
sideshowbarker
2024-07-17 02:21:14 +09:00
Author: https://github.com/mrkct
Commit: 425acb513e
Pull-request: https://github.com/SerenityOS/serenity/pull/18139
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/supercomputer7 ✅
2 changed files with 14 additions and 0 deletions
|
@ -54,6 +54,7 @@ private:
|
|||
void determine_boot_device_with_logical_unit_number();
|
||||
void determine_block_boot_device();
|
||||
void determine_nvme_boot_device();
|
||||
void determine_sd_boot_device();
|
||||
void determine_ata_boot_device();
|
||||
void determine_hardware_relative_boot_device(StringView relative_hardware_prefix, Function<bool(StorageDevice const&)> filter_device_callback);
|
||||
Array<unsigned, 3> extract_boot_device_address_parameters(StringView device_prefix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue