1000th COMMIT: Kernel: Add basic E1000 driver

This driver is only capable to read mac address and enable and read
link status
This commit is contained in:
Bananymous
2023-09-13 19:09:12 +03:00
parent 63dc2b6aa6
commit a740bf8df4
6 changed files with 517 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ set(KERNEL_SOURCES
kernel/Memory/kmalloc.cpp
kernel/Memory/PhysicalRange.cpp
kernel/Memory/VirtualRange.cpp
kernel/Networking/E1000.cpp
kernel/OpenFileDescriptorSet.cpp
kernel/Panic.cpp
kernel/PCI.cpp