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:
parent
0c806bfa25
commit
405413c354
12 changed files with 271 additions and 3 deletions
|
@ -33,7 +33,9 @@ KERNEL_OBJS = \
|
|||
PCI.o \
|
||||
PS2MouseDevice.o \
|
||||
Socket.o \
|
||||
LocalSocket.o
|
||||
LocalSocket.o \
|
||||
NetworkAdapter.o \
|
||||
E1000NetworkAdapter.o
|
||||
|
||||
VFS_OBJS = \
|
||||
DiskDevice.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue