mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
Kernel: Implement RamdiskDevice
This commit is contained in:
parent
ec056f3bd1
commit
225957283e
8 changed files with 302 additions and 0 deletions
|
@ -39,6 +39,7 @@ class StorageDevice : public BlockDevice {
|
|||
AK_MAKE_ETERNAL
|
||||
public:
|
||||
enum class Type : u8 {
|
||||
Ramdisk,
|
||||
IDE,
|
||||
NVMe,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue