Kernel: Implement loopback network interface

This commit is contained in:
2025-05-11 03:22:19 +03:00
parent a8844ddd28
commit 8e0a56b49a
12 changed files with 164 additions and 21 deletions

View File

@@ -55,6 +55,7 @@ set(KERNEL_SOURCES
kernel/Networking/E1000/E1000.cpp
kernel/Networking/E1000/E1000E.cpp
kernel/Networking/IPv4Layer.cpp
kernel/Networking/Loopback.cpp
kernel/Networking/NetworkInterface.cpp
kernel/Networking/NetworkLayer.cpp
kernel/Networking/NetworkManager.cpp