Hello all, I have been working with C/C++ for quite some time now, and I have decided to create an Operating System, of course, I know nothing on how to get started or how to actually make it, so I come to the place that helps me most, http://www.cprogramming.com

Okay so I know this much about a computer, when it boots up.

It turns on the BIOS
The BIOS searches for anything wrong with the computer, if nothing is wrong it continues
The BIOS then searches for an Operating System to start up your computer, it searches in any drive.

Now I would just like to know the basics for now, I hate to rush through things, so I was just wondering, can anyone help me create an Operating System which is basically a computer that turns on and says "Hello, Welcome to the Operating System", in a command prompt, if anyone can help me, please do.

- Houssen