mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
Kernel: Add an initial implementation of virtio-net driver
It can be exercised by setting SERENITY_ETHERNET_DEVICE_TYPE=virtio-net-pci.
This commit is contained in:
parent
b00a23b0b6
commit
6cdb1f0415
5 changed files with 347 additions and 0 deletions
|
@ -250,6 +250,7 @@ set(KERNEL_SOURCES
|
|||
Net/Intel/E1000ENetworkAdapter.cpp
|
||||
Net/Intel/E1000NetworkAdapter.cpp
|
||||
Net/Realtek/RTL8168NetworkAdapter.cpp
|
||||
Net/VirtIO/VirtIONetworkAdapter.cpp
|
||||
Net/IPv4Socket.cpp
|
||||
Net/LocalSocket.cpp
|
||||
Net/LoopbackAdapter.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue