Since I was just a kid, I’ve always felt the need to go deeper into the details of “how does it work”.
It was only a matter of time until I started learning x86 assembly on my Windows XP. Eventually I found the OSDev community, and started my long OSDev journey.
Do I have my own functional OS right now? Absolutely not. The goal has always been to learn more and more about hardware and sotware design.
I have some spare time on my hands right now, so I thought it would be nice to start again, and this time, blog about it, document it and help others on this journey.
I’ll try to build in the open as much as possible. So I’ll start right here:
git init
git remote add origin git@github.com:francescobbo/happy.git
git add README.md
git commit -m "Initial commit"
git push -u origin main