Kernel: Start work on network stack

This commit is contained in:
2024-02-01 23:38:06 +02:00
parent f4e86028d0
commit 99eed9c37a
10 changed files with 224 additions and 27 deletions

View File

@@ -1,4 +1,3 @@
#include <kernel/FS/DevFS/FileSystem.h>
#include <kernel/IDT.h>
#include <kernel/InterruptController.h>
#include <kernel/IO.h>
@@ -97,8 +96,6 @@ namespace Kernel
}
#endif
DevFileSystem::get().add_device(this);
return {};
}