aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2026-03-17Create basic VFS structuremarcel.braun1-0/+2
2026-03-17Add inode_file and inode structuremarcel.braun1-3/+7
2026-03-17fix buildLukas Oesch1-1/+0
2026-03-17implement read and write bytes from deviceLukas Oesch1-1/+5
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch1-0/+25