How can I build a small operating system on an old desktop computer? [closed]

First things first. Read, read, read, read, read. You need to have a firm understanding of how the OS works before you can hope to implement your own. Grab one of Andrew Tanenbaum’s books on operating systems. This is the one we used in my OS class in college: Modern Operating Systems PDF Modern Operating … Read more

What are some resources for getting started in operating system development? [closed]

There are a lot of links after this brief overview of what is involved in writing an OS for the X86 platform. The link that appears to be most promising (www.nondot.org/sabre/os/articles) is no longer available, so you’ll need to poke through the Archive.org version to read it. At the end of the day the bootloader … Read more