mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Kernel: Implement RamdiskDevice
This commit is contained in:
parent
ec056f3bd1
commit
225957283e
Notes:
sideshowbarker
2024-07-18 22:57:44 +09:00
Author: https://github.com/boricj
Commit: 225957283e
Pull-request: https://github.com/SerenityOS/serenity/pull/5028
Reviewed-by: https://github.com/awesomekling
8 changed files with 302 additions and 0 deletions
|
@ -46,6 +46,7 @@ class StorageController : public RefCounted<StorageController> {
|
|||
AK_MAKE_ETERNAL
|
||||
public:
|
||||
enum class Type : u8 {
|
||||
Ramdisk,
|
||||
IDE,
|
||||
NVMe
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue