Renamed TomFs to SysFS

- Commented and documented SysFS
- CosmosVFS instance is now global
- Wrapper around CosmosVFS' file and directory creation.
- If the file system is activate, system activity will be logged
This commit is contained in:
Tony Bark 2023-01-06 22:58:49 -05:00
parent ce5f2fa2d8
commit 81bf203b6f
6 changed files with 150 additions and 53 deletions

View file

@ -4,6 +4,8 @@
- Calendar versioning, `YY.MINOR.MICRO`
- If the file system is activate, system activity will be logged
- Build number based on commit hash
Due to the huge time skip and architectural changes, I've (retroactively) switched to calendar versioning with ``v0.1`` now known as ``v20.1`` as well.