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
Youngest OSDever
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: 110
- 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 mode ).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
Iteration after iteration followed.
Whoever said you can't do OS development on Windows?
https://github.com/ChaiSoft/ChaiOS
https://github.com/ChaiSoft/ChaiOS
-
- 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: 113
- 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!
Слава Україні!
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
My UEFI project: https://github.com/mxtlrr/mmlv
My calculator kernel: https://github.com/mxtlrr/theta
My calculator kernel: https://github.com/mxtlrr/theta
- 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.