mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:37:44 +00:00
Kernel: Add InodeFile, a File subclass for regular files.
Finally everything that can be held by a FileDescriptor actually inherits from the File class.
This commit is contained in:
parent
66c1a9be3b
commit
08926e59b3
9 changed files with 151 additions and 133 deletions
|
@ -49,6 +49,7 @@ KERNEL_OBJS = \
|
|||
Net/NetworkTask.o \
|
||||
ProcessTracer.o \
|
||||
Devices/PCSpeaker.o \
|
||||
FileSystem/InodeFile.o \
|
||||
File.o
|
||||
|
||||
VFS_OBJS = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue