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

@@ -20,6 +20,7 @@ namespace Kernel
NVMeController,
NVMeNamespace,
Ethernet,
Loopback,
TmpFS,
};