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

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
Danieldevir
Posts: 9
Joined: Thu Jul 23, 2026 11:11 am
GitHub: https://github.com/danieldevir

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

Post 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
DocA
Posts: 1
Joined: Tue Jul 28, 2026 1:12 am

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

Post 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
Danieldevir
Posts: 9
Joined: Thu Jul 23, 2026 11:11 am
GitHub: https://github.com/danieldevir

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

Post 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)
Post Reply