aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/file_descriptor_table.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-03-17use optional instead of pointer, improve error handling (do not just panic, r...Lukas Oesch1-15/+9
2026-03-17add todosLukas Oesch1-0/+6
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch1-0/+81