mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:47:34 +00:00
Kernel: Begin implementing UNIX domain sockets.
This commit is contained in:
parent
dc200923f2
commit
2f35e54f80
12 changed files with 177 additions and 1 deletions
|
@ -32,7 +32,9 @@ KERNEL_OBJS = \
|
|||
BochsVGADevice.o \
|
||||
PCI.o \
|
||||
PS2MouseDevice.o \
|
||||
GUIEventDevice.o
|
||||
GUIEventDevice.o \
|
||||
Socket.o \
|
||||
LocalSocket.o
|
||||
|
||||
VFS_OBJS = \
|
||||
DiskDevice.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue