mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
Kernel: Rename OffsetDiskDevice to DiskPartition
This commit is contained in:
parent
8eb492aa11
commit
32d78a8526
5 changed files with 70 additions and 70 deletions
|
@ -65,7 +65,7 @@ VFS_OBJS = \
|
|||
Devices/ZeroDevice.o \
|
||||
Devices/RandomDevice.o \
|
||||
Devices/DebugLogDevice.o \
|
||||
Devices/OffsetDiskDevice.o \
|
||||
Devices/DiskPartition.o \
|
||||
FileSystem/FileSystem.o \
|
||||
FileSystem/DiskBackedFileSystem.o \
|
||||
FileSystem/Ext2FileSystem.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue