Add VFS diagram image

This commit is contained in:
2025-11-19 22:23:39 +01:00
parent 1f13f2025a
commit f575d22cb5
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ we need to first understand the current design of MOP2's VFS.
=== MOP2's VFS explained
image::/img/fs-design-diagram1.png["FS diagram"]
The VFS (ie. Virtual File System) is a Windows/DOS-style labeled VFS. Mountpoints are identified by
a label, like for eg. `sys:/boot/mop2` or `base:/scripts/mount.tb`, which kinda looks like
`C:\Path\To\File` in Windows. I've chosen this style of VFS over the UNIX kind, because it makes more