https://github.com/kailuser/cristalos
https://github.com/kailuser/cristalos
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kailuser/cristalos
- Owner: KailUser
- License: mit
- Created: 2023-03-17T15:08:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T13:40:37.000Z (over 3 years ago)
- Last Synced: 2025-03-10T13:56:26.230Z (over 1 year ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CristalOS
CristalOS is a simple operating system developed in C# using the Cosmos user kit. It provides a command-line interface where users can execute basic commands and interact with the system.
## Getting Started
To run CristalOS, you will need to have [Cosmos User Kit](https://www.gocosmos.org/download/) installed on your system. Once you have Cosmos installed, you can follow these steps:
1.Clone the repository or download the source code.
2.Open the solution file in Visual Studio.
3.Build the solution.
4.Set the startup project to CristalOS.
5.Run the solution.
You should now see the command-line interface for CristalOS.
## Usage
CristalOS provides a few basic commands that you can execute:
cmd: Enters a command prompt where you can execute additional commands.
top: Lists all currently running processes along with their process ID and memory usage.
print : Prints the specified message to the console.
exit: Exits CristalOS.
In the command prompt, you can execute additional commands such as echo to print messages or exit to exit the prompt.
## Contributing
Contributions are welcome! If you would like to contribute to CristalOS, please submit a pull request.