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. 💻🦀
To build GlyxOS on your system, follow these steps:
- Rust and Cargo installed on your machine. 🦾
- Clone this repository:
git clone https://github.com/your-username/GlyxOS.git
cd GlyxOS
- Build the OS using Cargo:
cargo build
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. 🚀🔧
This project is licensed under the MIT License. 📝
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! 😄🚀