logoalt Hacker News

byte_004/26/20251 replyview on HN

Just adding this comment to say congratulations and how impressed I am by your project! I've been an OS Dev fan since my teens and it feels great to see this achievement come to life. I am a little curious to know how the graphics subsystem is initialized. I wish you the best of success.


Replies

joexbayer04/26/2025

Thanks! Most of the window / graphics system is handled in the kernel, here are the two “services” which do a lot of the heavy lifting:

https://github.com/joexbayer/RetrOS-32/blob/development/grap...

https://github.com/joexbayer/RetrOS-32/blob/development/grap...