Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sniverdabest/lemonade
A OS made in Rust based off of the blog_os by Philipp Opperman
https://github.com/sniverdabest/lemonade
Last synced: 6 days ago
JSON representation
A OS made in Rust based off of the blog_os by Philipp Opperman
- Host: GitHub
- URL: https://github.com/sniverdabest/lemonade
- Owner: SniverDaBest
- License: bsd-3-clause
- Created: 2024-06-08T23:43:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T05:51:43.000Z (24 days ago)
- Last Synced: 2025-01-09T06:43:04.144Z (24 days ago)
- Language: Rust
- Size: 214 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Info
Lemonade is an OS built in rust, based off of blog_os, created by [Phil-Opp](https://github.com/phil-opp/blog_os). The blog he created helps people who love Rust, learn how to run it on bare metal, and make an OS. You can find it at . I would recommend it to people who want to get better at using Rust, and learning a `no_std` environment.\
\
Lemonade itself should NOT be used in production, and it probably never should. It's not even working much yet. It builds *(probably)*, but there are some bugs, and a lot of absolute garbage code that I wrote. *(note: I'm not a good programmer...)*# Contributions
I would be very grateful if people would contribute. However, I know that probably won't happen much, or even at all... Also, I will try and look through issues/PRs on GitHub, that get opened.# Notes
[![Builds](https://github.com/SniverDaBest/lemonade/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/SniverDaBest/lemonade/actions/workflows/rust.yml)
[![](https://tokei.rs/b1/github/SniverDaBest/lemonade)](https://github.com/SniverDaBest/lemonade)Here are some notes for the users, about bugs, and other things that may happen.
1. You may get flooded with dots when running. That happens to me, and I don't know how to fix it.
2. True randomness is broken for some reason.