diff --git a/assets/img/fs-design-diagram1.png b/assets/img/fs-design-diagram1.png new file mode 100644 index 0000000..92336c1 Binary files /dev/null and b/assets/img/fs-design-diagram1.png differ diff --git a/content/blog/MOP2/fatfs-integration.adoc b/content/blog/MOP2/fatfs-integration.adoc index 9f26316..206107f 100644 --- a/content/blog/MOP2/fatfs-integration.adoc +++ b/content/blog/MOP2/fatfs-integration.adoc @@ -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