Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimkauzh/glyxos

A custom build OS entirely written in Rust with it's own custom kernel.
https://github.com/dimkauzh/glyxos

kernel kernels os rust rust-os

Last synced: about 9 hours ago
JSON representation

A custom build OS entirely written in Rust with it's own custom kernel.

Awesome Lists containing this project

README

        

# ๐Ÿš€ GlyxOS

GlyxOS is a custom-built operating system entirely written in Rust, featuring its own custom kernel. The project aims to provide a lightweight, efficient, and flexible OS that leverages the power and safety features of Rust programming language. ๐Ÿ’ป๐Ÿฆ€

## ๐Ÿ› ๏ธ Building

To build GlyxOS on your system, follow these steps:

### Prerequisites ๐Ÿงฐ

- Rust and Cargo installed on your machine. ๐Ÿฆพ

### Building Process ๐Ÿ—๏ธ

1. Clone this repository:

```bash
git clone https://github.com/your-username/GlyxOS.git
cd GlyxOS
```

2. Build the OS using Cargo:
```bash
cargo build
```
## ๐Ÿ‘ Contributing
We welcome contributions to improve GlyxOS! If you'd like to contribute, follow these steps:

- Fork the repository and create a new branch for your feature or bug fix. ๐Ÿด๐ŸŒฟ

- Make your changes and ensure that the code follows the project's coding standards. ๐Ÿ› ๏ธโœจ

- Write tests to cover your changes whenever possible. ๐Ÿงช๐Ÿงช

- Commit your changes and push them to your fork. ๐Ÿ“๐Ÿš€

- Open a pull request, describing the changes and improvements you've made. ๐Ÿš€๐Ÿ”ง

## ๐Ÿ“œ License
This project is licensed under the MIT License. ๐Ÿ“

## ๐Ÿ™ Acknowledgments
We would like to express our gratitude to the developers of the Rust programming language and the countless open-source projects that have inspired and contributed to GlyxOS. ๐Ÿ™Œโค๏ธ

Thank you for your interest in GlyxOS! We hope this project will be a valuable learning experience and a stepping stone for your OS development journey. If you have any questions or feedback, don't hesitate to open an issue or reach out to us. Happy coding! ๐Ÿ˜„๐Ÿš€