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

Kernel: Add NE2000 network card driver

Remember, friends don't let friends use NE2000 network cards :^)
This commit is contained in:
Jean-Baptiste Boric 2021-01-30 16:00:57 +01:00 committed by Andreas Kling
parent 865aade42b
commit edd2362f39
6 changed files with 562 additions and 0 deletions

View file

@ -87,6 +87,7 @@ set(KERNEL_SOURCES
Net/IPv4Socket.cpp
Net/LocalSocket.cpp
Net/LoopbackAdapter.cpp
Net/NE2000NetworkAdapter.cpp
Net/NetworkAdapter.cpp
Net/NetworkTask.cpp
Net/RTL8139NetworkAdapter.cpp