aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src
AgeCommit message (Collapse)AuthorFilesLines
2026-03-17remove not needed cpp fileLukas Oesch1-6/+0
2026-03-17use optional instead of pointer, improve error handling (do not just panic, ↵Lukas Oesch1-15/+9
return std::nullopt)
2026-03-17add todosLukas Oesch2-0/+7
2026-03-17small refactoringLukas Oesch1-0/+1
2026-03-17implement read and write bytes from deviceLukas Oesch2-0/+123
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch3-0/+111