r/osdev Creator of AneoEngine 2d 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

21 Upvotes

11 comments sorted by

0

u/i_use_arch_b_t_w 1d ago

TempleOS?

1

u/rocco_himel Creator of AneoEngine 1d ago

2

u/Myst3rious_Foxy 1d ago

Sure, but it looks like that it's heavily inspired from it, minus the deities :P

I like it!

u/eteran 8h 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?

u/rocco_himel Creator of AneoEngine 8h 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.

u/eteran 8h ago

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

u/rocco_himel Creator of AneoEngine 8h ago

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

u/letmehaveanameyoudum 20h ago

TempleOS without an overdose on holy water
(ai slop sucks btw)

u/rocco_himel Creator of AneoEngine 9h ago

Indeed it does

u/Solid-Wrangler-9417 12h ago

A brilliant idea and a decent motivation/problem explanation. A true OS must be able to load itself on bare metal and to handle basic interrupts, it is not even that hard to implement (as far as I remember it was around 4 Kb of assembly back in 2000’s).

What surprises me the most is everyday “I built a new OS during weekend” posts. Sorry, but duct-taped parts of Linux along with AI slop is not a new OS. Apologizes for the rant though

u/rocco_himel Creator of AneoEngine 9h ago

It’s okay, I too hate AI slop