aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/mount_table.cpp
AgeCommit message (Expand)AuthorFilesLines
6 daysimplement unmount, improve error codesLukas Oesch1-1/+68
6 daysadd descriptions, some refactoringLukas Oesch1-1/+1
2026-03-30Move everything in kernel into kernel namespacemarcel.braun1-2/+2
2026-03-28fix vfs mount with /dev & /a and rootfs & devfsLukas Oesch1-10/+19
2026-03-26implement a rootfs to handle / mounts correctlyLukas Oesch1-10/+4
2026-03-26refactoring, add root_mount into the root_tableLukas Oesch1-0/+7
2026-03-26implement == and <=> operator in shared_ptrLukas Oesch1-2/+1
2026-03-26small refactoringLukas Oesch1-3/+3
2026-03-26Add mount_tablemarcel.braun1-0/+29