Youngest OSDever

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.
nexos
Member
Member
Posts: 1073
Joined: Tue Feb 18, 2020 3:29 pm
Libera.chat IRC: nexos

Re: Youngest OSDever

Post by nexos »

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 :lol:
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg
euclaise
Posts: 1
Joined: Wed Jun 22, 2022 6:45 pm
Libera.chat IRC: euclaise

Re: Youngest OSDever

Post by euclaise »

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.
User avatar
zaval
Member
Member
Posts: 647
Joined: Fri Feb 17, 2017 4:01 pm
Location: Ukraine, Bachmut
Contact:

Re: Youngest OSDever

Post by zaval »

2A. I wish, I started, when I was 12, but then my craze was chemistry. :twisted: I got the computer, when I was 27 (in decimal :mrgreen:). 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" :D 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. :mrgreen: at least, the desire is very time stable. and I am glad it is.
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).
User avatar
bellezzasolo
Member
Member
Posts: 110
Joined: Sun Feb 20, 2011 2:01 pm

Re: Youngest OSDever

Post by bellezzasolo »

nexos 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 :lol:
That was my starting point too (other than a very simple 16 bit assembly one. Where I thought "BITS 32" would enable 32 bit mode :roll:).

Iteration after iteration followed.
Whoever said you can't do OS development on Windows?
https://github.com/ChaiSoft/ChaiOS
astrido554
Posts: 1
Joined: Thu Jan 27, 2022 8:03 pm
Libera.chat IRC: astrido

Re: Youngest OSDever

Post by astrido554 »

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.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: Youngest OSDever

Post by AJ »

My age is the meaning of life, the universe and everything.

Started back in uni in 2000, so aged 19.
User avatar
PavelChekov
Member
Member
Posts: 113
Joined: Mon Sep 21, 2020 9:51 am
Location: Aboard the Enterprise

Re: Youngest OSDever

Post by PavelChekov »

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.)
USS Enterprise NCC-1701,
The Final Frontier,
Space,
The Universe

Live Long And Prosper

Slava Ukraini!
Слава Україні!
avcado
Posts: 24
Joined: Wed Jan 20, 2021 11:32 am
Contact:

Re: Youngest OSDever

Post by avcado »

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