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

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.

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