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

@ -8,12 +8,16 @@ TOMAS (**To**ny's **Ma**naged Operating **S**ystem) is a hobby operating system
### Prerequisites
- Operating System
- Visual Studio 2022
- COSMOS User Kit v2022 or later
- VMWare Workstation Player
- Windows 10 or later
- Visual Studio 2022
- .NET 6 or later
- COSMOS User Kit v2022 or later
- VMWare Workstation Player
## License
This project is licensed under the BSD 3-Clause license - see the [LICENSE](LICENSE) file for details.