Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | kern: fs: Add initial devfs implementation | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-21 | kern: Mount root filesystem in vfs_init() | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-21 | kern: vfs: Add lookup by name helper | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-18 | kern: vfs: Add initial vfsops, and mount code | Ian 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> |