Kernel: Move open file descriptors to their own class

This simplifies code a lot :)
This commit is contained in:
Bananymous
2023-07-07 23:11:37 +03:00
parent a337f414fc
commit a2f5ad7bed
5 changed files with 343 additions and 261 deletions

View File

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