1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 19:55:07 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
9171521752 Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
Andreas Kling
9cd0a34b5c BlockDevice -> DiskDevice.
BlockDevice was the wrong name for this abstraction, since a block device
is a type of file in a unix system, and we should use that name for that
concept in the fs implementation.
2018-10-16 11:21:49 +02:00
Renamed from VirtualFileSystem/DeviceBackedFileSystem.cpp (Browse further)