UboxOS | Devlog 1
I don’t have much have anything really flashy to show off yet.
I mapped an 8x8 font I found in the public domain on github to each character, and then I created a print function in order to print using the framebuffer limine gives me but in a way less complicated way.
This took way longer than it should have to debugged it. It started with the text being completely backwards, so I tried to make a fix but then that just made the text completely unreadable. I looked at a few forums and FINALLY fixed it.
It just feels satisfying to solve something on your own without copy and pasting from AI
