summaryrefslogtreecommitdiff
path: root/src/sys/os/vfs_mount.c
AgeCommit message (Collapse)Author
2025-09-18kern: vfs: Add initial vfsops, and mount codeIan Moffett
This commit introduces the groundwork for mountpoints, filesystems and the VFS as a whole. OMAR is now initialized as its own filesystem by the VFS Signed-off-by: Ian Moffett <ian@osmora.org>