mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:17:43 +00:00
Kernel: Add a NetworkTask and a received network packet queue.
It will be easier to deal with incoming packets in a separate task.
This commit is contained in:
parent
47b096feb4
commit
35098cbde1
10 changed files with 90 additions and 11 deletions
|
@ -35,7 +35,8 @@ KERNEL_OBJS = \
|
|||
Socket.o \
|
||||
LocalSocket.o \
|
||||
NetworkAdapter.o \
|
||||
E1000NetworkAdapter.o
|
||||
E1000NetworkAdapter.o \
|
||||
NetworkTask.o
|
||||
|
||||
VFS_OBJS = \
|
||||
DiskDevice.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue