aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem
AgeCommit message (Expand)AuthorFilesLines
2026-03-17fix buildLukas Oesch1-1/+0
2026-03-17renamingLukas Oesch1-2/+2
2026-03-17remove not needed cpp fileLukas Oesch1-6/+0
2026-03-17use optional instead of pointer, improve error handling (do not just panic, r...Lukas Oesch2-17/+14
2026-03-17add todosLukas Oesch2-0/+7
2026-03-17small refactoringLukas Oesch2-2/+3
2026-03-17implement read and write bytes from deviceLukas Oesch5-1/+160
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch7-0/+207