Menu

Tree [68729e] master /
 History

HTTPS access


File Date Author Commit
 CristalOS 2023-03-18 Colin Colin [585a23] New Update!
 .gitattributes 2023-03-17 Colin Colin [d72c6a] Добавить .gitattributes, .gitignore, README.md ...
 .gitignore 2023-03-17 Colin Colin [d72c6a] Добавить .gitattributes, .gitignore, README.md ...
 CristalOS.sln 2023-03-17 Colin Colin [a27ade] Добавьте файлы проекта.
 LICENSE.txt 2023-03-17 Colin Colin [d72c6a] Добавить .gitattributes, .gitignore, README.md ...
 README.md 2023-03-18 Colin Colin [68729e] Update README.md

Read Me

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 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 <message>: 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.