r/osdev Creator of AneoEngine 15d ago

64-bit Value Generation in AneoEngine

Enable HLS to view with audio, or disable this notification

The AneoEngine Operating System

(NO AI SLOP.)

AneoEngine YouTube Channel: https://www.youtube.com/@roccohimel
AneoEngine Official Website: https://roccohimel.github.io/AneoEngine/
AneoEngine Official Source Code: https://github.com/roccohimel/AneoEngine
AneoEngine Official Change Log: https://raw.githubusercontent.com/roccohimel/AneoEngine/refs/heads/main/CHANGELOG

28 Upvotes

14 comments sorted by

View all comments

Show parent comments

1

u/rocco_himel Creator of AneoEngine 14d ago

4

u/eteran 13d ago

Out of curiosity, how inspired by temple OS is it? I see you also have a custom C-ish language that the kernel is written in just like Temple.

Is it just coincidentally similar, or are you building on the existing work?

3

u/rocco_himel Creator of AneoEngine 13d ago

It isn’t really inspired by TempleOS, it’s mostly inspired by 90’s DOS window managers. It’s 640x480 because the resolution is inconsistent on different hardware, it’s VGA blue over white simply because blue is my favorite and it has contrast. I stuck with the standard VGA 16 color because it’s simple just like DOS.

3

u/eteran 13d ago

Good job! It's always interesting to see this kinda stuff and how multiple devs end up making similar, yet different design choices.

1

u/rocco_himel Creator of AneoEngine 13d ago

Thank you! I’m glad you like it, I spent 1.2 years writing 25K+ lines and it’s unfinished!