Amjad50 / Emerald

An Operating System in Rust
https://amjad.alsharafi.dev/Emerald
MIT License
12 stars 0 forks source link

Remove `embedded_graphics` from the kernel #104

Open Amjad50 opened 6 months ago

Amjad50 commented 6 months ago

We just want to make the kernel with as little deps as possible, we are only using embedded_graphics to render text, and I think it can easily be replaced by simple bitmap blitting