My simple hobby OS written from scratch

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
larrybackend
Posts: 2
Joined: Thu Aug 06, 2026 6:32 am

My simple hobby OS written from scratch

Post by larrybackend »

Hi everyone :D ! My name is Larry and I’m 11 years old. The day before yesterday, I decided to create my own operating system—not based on Linux, but written from scratch. I’ve already written a simple OS that can’t really handle memory management yet, but I did build in a calculator that can only add or subtract numbers (and yes, for now, I’m using `=` instead of `+`). The code is open-source, so feel free to modify it and suggest improvements. By the way, the name is "Bit."

Image

Here is the link to my GitHub repository: https://github.com/larrybackend/bit
Octocontrabass
Member
Member
Posts: 6251
Joined: Mon Mar 25, 2013 7:01 pm

Re: My simple hobby OS written from scratch

Post by Octocontrabass »

The only thing in your repo is a license.
larrybackend
Posts: 2
Joined: Thu Aug 06, 2026 6:32 am

Re: My simple hobby OS written from scratch

Post by larrybackend »

Octocontrabass wrote: Fri Aug 07, 2026 3:46 pm The only thing in your repo is a license.
Check out releases or branches :wink:
Post Reply