mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:57:45 +00:00
Kernel: More work towards POSIX SHM, also add ftruncate().
This commit is contained in:
parent
99f3cc26c3
commit
26a06f3fcd
10 changed files with 92 additions and 1 deletions
|
@ -31,6 +31,7 @@ KERNEL_OBJS = \
|
|||
ELF/ELFImage.o \
|
||||
ELF/ELFLoader.o \
|
||||
KSyms.o \
|
||||
SharedMemory.o \
|
||||
FileSystem/DevPtsFS.o \
|
||||
Devices/BXVGADevice.o \
|
||||
PCI.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue