mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
Kernel: Implement RamdiskDevice
This commit is contained in:
parent
ec056f3bd1
commit
225957283e
8 changed files with 302 additions and 0 deletions
|
@ -46,6 +46,8 @@ set(KERNEL_SOURCES
|
|||
Storage/IDEController.cpp
|
||||
Storage/IDEChannel.cpp
|
||||
Storage/PATADiskDevice.cpp
|
||||
Storage/RamdiskController.cpp
|
||||
Storage/RamdiskDevice.cpp
|
||||
Storage/StorageManagement.cpp
|
||||
DoubleBuffer.cpp
|
||||
FileSystem/AnonymousFile.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue