chrlns / baeros

BærOS - A simple operating system, I assure you.
https://baeros.org
MIT License
1 stars 0 forks source link

Write efficiently to framebuffer #2

Open chrlns opened 3 months ago

chrlns commented 3 months ago

The clear and draw functions for the framebuffer use Byte-wise write operations which is probably the slowest method of doing this.

chrlns commented 2 months ago

screen_clear() refactored with commit 64b37a0.