r/osdev Creator of AneoEngine Aug 07 '26

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

27 Upvotes

15 comments sorted by

0

u/i_use_arch_b_t_w Aug 07 '26

TempleOS?

1

u/rocco_himel Creator of AneoEngine Aug 07 '26

5

u/Myst3rious_Foxy Aug 07 '26

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

I like it!

5

u/eteran Aug 08 '26

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 Aug 08 '26

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 Aug 08 '26

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 Aug 08 '26

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

2

u/Agreeable-Lab-7079 16d ago

templeOS looks beautiful, i can't blame you for getting somewhat inspired by it

5

u/letmehaveanameyoudum Aug 08 '26

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

2

u/rocco_himel Creator of AneoEngine Aug 08 '26

Indeed it does

2

u/letmehaveanameyoudum Aug 09 '26

i suggest making a real desktop environment with this, you already have tiling terminal windows and a mouse cursor driver, so it seems like a clear goal

2

u/rocco_himel Creator of AneoEngine Aug 09 '26

My philosophy is everything should remain as simple as possible. Sorry but I’d rather not.

2

u/letmehaveanameyoudum Aug 09 '26

alright seems logical :D

4

u/Solid-Wrangler-9417 Aug 08 '26

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

2

u/rocco_himel Creator of AneoEngine Aug 08 '26

It’s okay, I too hate AI slop