SailorsGuy12 wrote:
I want to develop some kind of operating system for myself one day, I don't know how insane that is but I want to eventually code all the tools myself and have complete control. I understand not a lot of people do this. I am able to learn a lot of things like assembly code and CPU features. Does anybody else have experience as a hobby developer? What is it like?
It's definitely possible, you might want to check out Temple OS, it was done by a single developer. I haven't been paying enough attention to it to know how complete it was when the developer died.
But, in general, the simpler the OS is, the more manageable it is for a single person to code the whole thing. In practice, it's usually more reasonable to just take a different open source project and make a new distro or fork.