bolthur / kernel

bolthur kernel source
GNU General Public License v3.0
6 stars 1 forks source link

Framebuffer enhancements #24

Closed Dreaded-Gnu closed 3 years ago

Dreaded-Gnu commented 4 years ago

With issue #8 the framebuffer code has been added again for debug output. The implementation there is currently not really optimised and needs to be enhanced to be faster.

To enhance performance, a back buffer has to be used, which is currently not allocated. Further more using dma channels for accessing the framebuffer might enhance the performance also, when doing intensive stuff like scrolling.

Dreaded-Gnu commented 3 years ago

Issue made obsolete with #41 so it will be closed as invalid.