| General
|
| Questions For an OS Designer | So, why are you doing this anyway? This should be required reading for anyone contemplating starting an OS project |
| The OS Ring | Good collection of links to general things |
| Creating your own Operating System | Dark Fiber's FAQ about OS development |
| The Operating Systems Resource Center | Great collection of technical information and tutorials |
| SigOps: Create Your Own Operating System | This is a broadly focused site about OS theory |
| Protected mode and operating systems | x86-specific site for protected mode operating systems |
| Ralf Brown's Interrupt List (also try this HTML Version) | Don't start any OS project on an x86 machine without getting this first. |
| HelpPC WWW conversion (or download the actual HelpPC application) | Likewise. |
| The PC Game Programmer's Encyclopedia | More useful x86 programming information. |
| sandpile.org -- 80x86 index | Lots of good information about x86 processors. |
| NASM - The Netwide Assembler Project - FREE 80x86 assembler | A GREAT little open- source assembler for x86 machines. |