mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:37:44 +00:00
Kernel: Implement rtl8139 network interface driver
This commit is contained in:
parent
286bafbb19
commit
4afe9e4f2a
5 changed files with 444 additions and 6 deletions
|
@ -55,6 +55,7 @@ KERNEL_OBJS = \
|
|||
Net/UDPSocket.o \
|
||||
Net/NetworkAdapter.o \
|
||||
Net/E1000NetworkAdapter.o \
|
||||
Net/RTL8139NetworkAdapter.o \
|
||||
Net/LoopbackAdapter.o \
|
||||
Net/Routing.o \
|
||||
Net/NetworkTask.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue