Page 1 of 1

Why I'm building an OS at 11 (and why you should too)

Posted: Fri Jul 24, 2026 12:13 pm
by Danieldevir
I've always been fascinated by how computers work. When I discovered MikeOS, I thought: "Why not build my own?" So I started learning Assembly and C, and after several months, I had NovaOS. :D :)

It's been a challenging journey, but I've learned so much about CPU architecture, memory management, and system calls. If you're thinking about building your own OS, my advice is: just start. You'll learn more than you can imagine. :wink:

Check out my project: https://github.com/danieldevir/NovaOS

Re: Why I'm building an OS at 11 (and why you should too)

Posted: Tue Jul 28, 2026 1:18 am
by DocA
nice, me to, well, mine is made purely in assembly like mikeOS, it is called DoomOS and here is the repo :D -https://github.com/Doomer39/DoomOS/tree/main

Re: Why I'm building an OS at 11 (and why you should too)

Posted: Tue Jul 28, 2026 3:33 am
by Danieldevir
Hi DocA,

Thanks for your reply – it really made my day! It’s awesome to know that you also took inspiration from MikeOS. Seems like we’re both on a similar path. 😄

I checked out your DoomOS repo and it looks really cool! I'm still learning Assembly more deeply myself, and right now I'm getting into memory management and interrupts. If you have any tips or resources that helped you along the way, I’d love to hear them.

Good luck with your project – I hope both of us can take our OSes to the next level!

Best regards,
Daniel (Danieldevir)