mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:27:44 +00:00
Kernel+LibC+Userland: Start working on an IPv4 socket backend.
The first userland networking program will be "ping" :^)
This commit is contained in:
parent
8e667747f0
commit
a017a77442
23 changed files with 374 additions and 3 deletions
|
@ -34,6 +34,7 @@ KERNEL_OBJS = \
|
|||
PS2MouseDevice.o \
|
||||
Socket.o \
|
||||
LocalSocket.o \
|
||||
IPv4Socket.o \
|
||||
NetworkAdapter.o \
|
||||
E1000NetworkAdapter.o \
|
||||
NetworkTask.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue