I hope to get the tutorials from my old site up and running soon, but they need a bit of editing first...
| Link | Description |
|---|---|
| OSDev.org | In my opinion, this is the place to start if you are interested in Operating System Development (although being a mod, I may be biased!). The site is composed of two main components; the Wiki which should be viewed as the main resource and the forums, where an active community aims to expand on the wiki and answer specific queries. |
| Bona Fide OS Development | This is also an excellent resource for budding OS developers. There are many tutorials and articles, including some very good background info about boot loaders, protected mode and context switching. |
| James Molloy | The home of some very comprehensive kernel development tutorials along with links to the Pedigree hobby OS project. |
| Cygwin | If you are looking at developping an Operating System in Windows using GNU GCC as your compiler, I strongly suggest using Cygwin with a custom Cross-Compiler. Download and install Cygwin from here. |