aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/vfs.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-03-17use const & wherever applicableLukas Oesch1-2/+2
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch1-31/+14
2026-03-17implement first inode draft, fix make_device_node, implement first draft of r...Lukas Oesch1-13/+64
2026-03-17implement first draft of make_device_nodeLukas Oesch1-1/+30
2026-03-17mount root filesystemLukas Oesch1-1/+27
2026-03-17Create basic VFS structuremarcel.braun1-0/+34