byte_0 8 hours ago

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.

1
joexbayer 8 hours ago

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...