mirror of
https://github.com/tonytins/tomas.git
synced 2025-03-15 04:11:24 +00:00
35 lines
1.9 KiB
Markdown
35 lines
1.9 KiB
Markdown
# TOMAS
|
|
|
|
<p align="center">
|
|
<img title="" src="docs/src/static/imgs/logo.svg" width="250" alt=""">
|
|
<br>
|
|
<img title="" src="docs/src/static/imgs/screenshot.png" alt=""">
|
|
<hr>
|
|
</p>
|
|
<p align="center">
|
|
<a href="https://github.com/tonytins/tomas/blob/main/LICENSE"><img src="https://img.shields.io/github/license/tonytins/tomas" alt="GitHub license"></a>
|
|
<a href="https://github.com/tonytins/tomas/actions?query=workflow%3Adotnet.yml"><img src="https://img.shields.io/github/actions/workflow/status/tonytins/tomas/dotnet.yml" alt="GitHub Workflow Status"></a>
|
|
<img src="https://img.shields.io/github/commit-activity/w/tonytins/tomas" alt="GitHub commit activity">
|
|
<br>
|
|
<a href="code_of_conduct.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant"></a>
|
|
<img src="https://img.shields.io/codeclimate/maintainability-percentage/tonytins/tomas" alt="Code Climate maintainability">
|
|
<img src="https://img.shields.io/codeclimate/tech-debt/tonytins/tomas" alt="Code Climate technical debt">
|
|
</p>
|
|
|
|
TOMAS (**To**ny's **Ma**naged Operating **S**ystem) is a hobby operating system based on the [COSMOS](https://github.com/CosmosOS/Cosmos) framework that comes with a respective terminal emulator.
|
|
|
|
<!--## Fictional version
|
|
|
|
Within [Casey Universe](https://github.com/tonytins/cugame), TOMAS is an operating system that serves as Anthony's tool to explore the galaxy while working for the Akonos Corporation, a company that builds artificial worlds. He can hack into any system he pleases and uses that -->
|
|
|
|
## Requirements
|
|
|
|
- Windows 10 or later
|
|
- Visual Studio 2022
|
|
- .NET 6 or later
|
|
- COSMOS User Kit v2022 or later
|
|
- VMWare Workstation Player
|
|
|
|
## License
|
|
|
|
In jurisdictions that recognize copyright waivers, I've [waived all copyright](UNLICENSE) and related or neighboring rights for to this project. In areas where these waivers are not recognized, [BSD-3-Clause](LICENSE) is enforced.
|