https://github.com/bitwizeshift/experimental-rust-os
🚧 An experimental rust bootloader, kernel, and general operating system. This is just a hobby project to learn more about rust and OS design.
https://github.com/bitwizeshift/experimental-rust-os
Last synced: 5 months ago
JSON representation
🚧 An experimental rust bootloader, kernel, and general operating system. This is just a hobby project to learn more about rust and OS design.
- Host: GitHub
- URL: https://github.com/bitwizeshift/experimental-rust-os
- Owner: bitwizeshift
- License: apache-2.0
- Created: 2023-08-31T02:31:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T23:51:08.000Z (over 2 years ago)
- Last Synced: 2025-06-11T23:46:48.964Z (7 months ago)
- Language: Rust
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Untitled Rust OS
[![Build]][build-workflow]
![License]
🚧 This is an experimental OS project written in Rust. More details to come
as it gets developed.
## Quick References
* [📚 Book](https://bitwizeshift.github.io/experimental-rust-os/book/) \
A quick pocket-guide to using this project
* [📄 Cargo Docs](https://bitwizeshift.github.io/experimental-rust-os) \
For generated rust docs
* [🚀 Contributing](.github/CONTRIBUTING.md) \
How to contribute to this project
* [💼 License](#license) \
Information about the licensing for this project
## License
Except where otherwise specified, this project is dual-licensed under both the
[Apache-2] and [MIT] licenses.
[Apache-2]: https://opensource.org/license/apache-2-0/
[MIT]: http://opensource.org/licenses/MIT/
[Build]: https://img.shields.io/github/actions/workflow/status/bitwizeshift/experimental-rust-os/.github%2Fworkflows%2Fbuild.yaml
[build-workflow]: https://github.com/bitwizeshift/experimental-rust-os/actions/workflows/build.yaml
[License]: https://img.shields.io/github/license/bitwizeshift/experimental-rust-os