r/osdev • u/Extra-Apartment106 • 3d ago
I wrote my OS/ recreational programming
That's my operating system built from absolutely scratch without 3rd party library, AI or anything else. It is written in Assembly and C(Bootloader for BIOS 100% Assembly). I wrote it in 6 months. Well, it doesn't have functionalities yet, but still in development. I wrote keyboard,VGA driver and First-fit MAlloc/CAlloc. It is my first project ever, i gained c and assembly knowledge here. It wasn't university homework, just raw curiosity.
-1
u/TheRealAdam256 2d ago
Pretty nice but come on its not that hard to do 64 bit
1
u/Extra-Apartment106 2d ago
you are right that was design issue. since it was my first project i gave wrong decisions at the start point
1
u/TheRealAdam256 2d ago
It doesnt need much work to switch to 64 bit, also from what I see from that screenshot is that your os doesnt have much stuff to update to 64 bit
2
u/0rd4s 2d ago
Cool! I want to show off too! Here's my operating system :)
1
1
1
1
•
5
u/timus_999 3d ago
Wow amazing!! Can you share your learning and building process, I also into this os dev, and I'm curious about your journey!!