aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/filesystem.cpp
AgeCommit message (Collapse)AuthorFilesLines
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with ↵Lukas Oesch1-7/+2
kstd::shared_ptr
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 ↵Lukas Oesch1-1/+1
resolve_path (currently with temp m_device_nodes in vfs -> has later to be deleted again, just for tests)
2026-03-17improve constnessLukas Oesch1-1/+1
2026-03-17Add basic structure for ext2_filesystem, filesystem and mountmarcel.braun1-0/+11