1
Fork 0
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:
Conrad Pankoff 2019-08-22 01:06:55 +10:00 committed by Andreas Kling
parent 286bafbb19
commit 4afe9e4f2a
5 changed files with 444 additions and 6 deletions

View file

@ -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 \