Now my problem is being too thorough
Youngest OSDever
Re: Youngest OSDever
I was 12, but I basically just copied and pasted Brokenthorn, which didn't work very well in the long run... It wasn't till I was 14 that I new what I was doing.
Now my problem is being too thorough
Now my problem is being too thorough
Re: Youngest OSDever
When I was ~14 I remember being jealous of another osdever who was around the same age and had their OS written in assembly up to having a basic web browser, while I was stuck on figuring out paging. It might have been the GhostOS person, but I'm not certain.
I'm now 20 and decided to revisit OS development in the past week's mornings, and it was nice to find that I no longer had any trouble, and was able to get to userspace by the end of the week.
I'm now 20 and decided to revisit OS development in the past week's mornings, and it was nice to find that I no longer had any trouble, and was able to get to userspace by the end of the week.
Re: Youngest OSDever
2A. I wish, I started, when I was 12, but then my craze was chemistry.
I got the computer, when I was 27 (in decimal
). it was january 2008. I learnt VBA, then Java, then quickly realized, I want to know how the things really work, instead of these endless OOP abstractions and who "extends" whom and whom "implements"
and that my biggest interests are C and OS. plus assembly, of course, but it's kind of a dainty, a cherry on top this tempting cake. I decided, that I am going to try to implement an OS probably in 2010, but I knew, I am way not ready for that. I decided to start making it in 2014, I wasn't ready for it still, but then I couldn't resist letting this idea live anymore. so I bought Cubieboard 2 and Beagle Bone Black SBCs, inaugurating by this the start of the era and, practically, for having an architecturally diverse target park, I always remembered, that Windows NT was started this way for not making architecture biased decisions. later that year, I bought iMac g5. the next year I was given a cute MIPS SBC (grateful for this to Alexandru Voica, then an Imagination employee). ^_^ and still am at the very beginning.
at least, the desire is very time stable. and I am glad it is.
- bellezzasolo
- Member

- Posts: 163
- Joined: Sun Feb 20, 2011 2:01 pm
Re: Youngest OSDever
That was my starting point too (other than a very simple 16 bit assembly one. Where I thought "BITS 32" would enable 32 bit modenexos wrote:I was 12, but I basically just copied and pasted Brokenthorn, which didn't work very well in the long run... It wasn't till I was 14 that I new what I was doing.
Now my problem is being too thorough
Iteration after iteration followed.
Whoever said you can't do OS development on Windows?
https://github.com/ChaiSoft/ChaiOS
https://github.com/ChaiSoft/ChaiOS
-
astrido554
- Posts: 1
- Joined: Thu Jan 27, 2022 8:03 pm
- Libera.chat IRC: astrido
Re: Youngest OSDever
Ye i started with 9 or 10, some years ago. I really got interested in OSDev with 8 though, but only saw some projects. I've improved my skills, but still looking forward to improve them even more.
Re: Youngest OSDever
My age is the meaning of life, the universe and everything.
Started back in uni in 2000, so aged 19.
Started back in uni in 2000, so aged 19.
- PavelChekov
- Member

- Posts: 118
- Joined: Mon Sep 21, 2020 9:51 am
- Location: Aboard the Enterprise
Re: Youngest OSDever
I started in 6th grade and joined this forum not long after that (excuse some of my early, really stupid posts). I wrote the first OS code that actually ran (just initialized the stack and GDT and such up to jumping to long mode) when I was 9, but only recently have I actually started writing good code. I taught myself C when I was 7, and I still haven't had any formal instruction in anything computer-related, so it took me a few years to figure out how to really read documentation and write professional code.
(Btw thank you guys here that have helped me over the years and been patient with my shenanigans.)
(Btw thank you guys here that have helped me over the years and been patient with my shenanigans.)
USS Enterprise NCC-1701,
The Final Frontier,
Space,
The Universe
Live Long And Prosper
Slava Ukraini!
Слава Україні!
The Final Frontier,
Space,
The Universe
Live Long And Prosper
Slava Ukraini!
Слава Україні!
-
avcado
- Member

- Posts: 55
- Joined: Wed Jan 20, 2021 11:32 am
- GitHub: https://codeberg.org/minguss
Re: Youngest OSDever
I started in 7th grade (12? 13?). By then, I had been programming assembly and C for 1-2 years. I was browsing the OSDev subreddit and thought to myself, hey this seems fun. I started out writing a small "Hello world" bootsector with NASM.
It wasn't for I'd say a few years (15-16 [now]) that I knew what I was doing. OSDev has been in the back of my mind since 7th grade, it's (to me) the most fun branch of programming
It wasn't for I'd say a few years (15-16 [now]) that I knew what I was doing. OSDev has been in the back of my mind since 7th grade, it's (to me) the most fun branch of programming
projects: minguss/skvn
- adev5311
- Posts: 11
- Joined: Sun Oct 13, 2024 2:29 am
- Libera.chat IRC: adev531
- GitHub: https://github.com/adev531
Re: Youngest OSDever
I started programming on 5 (probably roblox lua)
and C# on 8, and OS developing on 10.
When I started OS developing, I tried to jump to 32bit without setting GDT/Protected mode
and C# on 8, and OS developing on 10.
When I started OS developing, I tried to jump to 32bit without setting GDT/Protected mode
Hello, hi.
I'm alt account.
I'm alt account.
Re: Youngest OSDever
Originally was about 12 (or 13, depending on what we're considering "OS dev"). I wrote a bootloader and a few sectors worth of an assembly program. At 13, I decided to just use GRUB and start working with C a bit. Didn't get very far, but I'm currently on my third go-around and so far so good.
-
Cyao
- Member

- Posts: 79
- Joined: Tue Jun 07, 2022 11:23 am
- Libera.chat IRC: Cyao
- Location: France
- Contact:
Re: Youngest OSDever
Wow, stumbled upon this forum today and was met with this thread, sure brings me back. It's been another 3 years since I started my adventure (check 2nd post in thread
) and I'm still on my journey to build my custom OS - but this time with custom hardware ^.^
- smisra
- Posts: 2
- Joined: Sun Jun 22, 2025 3:01 am
- Location: Delhi, India
- Discord: primewk
- GitHub: https://github.com/primewk/
- Contact:
Re: Youngest OSDever
The imposter syndrome is real coz if ppl like this lmao, I met this guy who's been working on his own compiled low level language and he's 18 YEARS OLD.
I'm 17 and man made me feel stupid on another level lol
I'm 17 and man made me feel stupid on another level lol
i use windows, btw
Re: Youngest OSDever
I too am 14. Still figuring out a lot of this but ill get it eventually.
Re: Youngest OSDever
I thought I was young for this, damn. 16 almost 17 challenging myself with something brand new, probably breaking every rule there is about programming, but hey - worth a shot
But smisra was right - the imposter syndrome hits hard (5 years old? are we fr)
But smisra was right - the imposter syndrome hits hard (5 years old? are we fr)
Re: Youngest OSDever
I'm 13 and have done 2 OSs since february/march this year, altough I have 1 year of experience in assembly, since august 2024 when I was 12

