Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dimkauzh/glyxos
- Owner: dimkauzh
- License: mit
- Created: 2023-07-16T13:36:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-16T14:11:09.000Z (over 1 year ago)
- Last Synced: 2023-07-16T14:48:03.583Z (over 1 year ago)
- Topics: kernel, kernels, os, rust, rust-os
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! ๐๐