mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
Kernel/Storage: Restore booting from MBR partitions functionality
We had such functionality in the past, but it was regressed and now is restored.
This commit is contained in:
parent
cf4fa936be
commit
ed5a4f2938
Notes:
sideshowbarker
2024-07-18 00:36:29 +09:00
Author: https://github.com/supercomputer7
Commit: ed5a4f2938
Pull-request: https://github.com/SerenityOS/serenity/pull/11095
2 changed files with 16 additions and 1 deletions
|
@ -46,7 +46,7 @@ public:
|
|||
// FIXME: Remove this method after figuring out another scheme for naming.
|
||||
StringView early_storage_name() const;
|
||||
|
||||
NonnullRefPtrVector<DiskPartition> partitions() const { return m_partitions; }
|
||||
NonnullRefPtrVector<DiskPartition> const& partitions() const { return m_partitions; }
|
||||
|
||||
virtual CommandSet command_set() const = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue