1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:57:35 +00:00

Kernel: Start adding support for E1000 network adapters.

This commit is contained in:
Andreas Kling 2019-03-10 15:25:33 +01:00
parent 0c806bfa25
commit 405413c354
12 changed files with 271 additions and 3 deletions

View file

@ -33,7 +33,9 @@ KERNEL_OBJS = \
PCI.o \
PS2MouseDevice.o \
Socket.o \
LocalSocket.o
LocalSocket.o \
NetworkAdapter.o \
E1000NetworkAdapter.o
VFS_OBJS = \
DiskDevice.o \