aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/filesystem.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch1-7/+2
2026-03-17add first draft of inode metadataLukas Oesch1-2/+7
2026-03-17implement first inode draft, fix make_device_node, implement first draft of r...Lukas Oesch1-1/+1
2026-03-17improve constnessLukas Oesch1-1/+1
2026-03-17Add basic structure for ext2_filesystem, filesystem and mountmarcel.braun1-0/+11