Hacker News new | ask | show | jobs
by mike_kamau 2555 days ago
Kudos to the creators! It always amazes me when people create their own operating systems. Where do you even start?
2 comments

even though useful, i would start to write a bootloader :D it will introduce first to 'bare metal' code before you want to create an actual OS based upon such code.

osdev wiki is my favorite site ever :D so many interesting tidbits on all things low level spread all over it.

Probably with the boot loader, and then you go from there.