mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:37:47 +00:00
Kernel: Make ProcessTracer inherit from File.
This commit is contained in:
parent
7ec1f6ab3c
commit
e886337a67
12 changed files with 105 additions and 182 deletions
|
@ -48,7 +48,8 @@ KERNEL_OBJS = \
|
|||
Net/LoopbackAdapter.o \
|
||||
Net/Routing.o \
|
||||
Net/NetworkTask.o \
|
||||
ProcessTracer.o
|
||||
ProcessTracer.o \
|
||||
File.o
|
||||
|
||||
VFS_OBJS = \
|
||||
FileSystem/ProcFS.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue