tomas/README.md
Tony Bark 4f0863f429 Start() in IProgram has been renamed to Run()
- Run() loop in the shell is now wrapped in a try-catch statement.
- Added Github CI
- Removed OSConsts and TermConsts
- Programs can now access the programs dictionary directly from the shell
2021-03-31 00:10:38 -04:00

19 lines
481 B
Markdown

# TOMAS
TOMAS (**To**ny's **Ma**naged Operating **S**ystem) is a operating system based on the [COSMOS](https://github.com/CosmosOS/Cosmos) framework. It comes with a respective terminal emulator.
## Requirements
### Prerequisites
- Operating System
- Visual Studio 2019
- COSMOS User Kit v20190508 or later
- VMWare Workstation Player
- .NET Core 3.1 or later
## License
This project is licensed under the GPL 3.0 License - see the [LICENSE](LICENSE) file for details.