Page 1 of 1

Writing a kernel in c++.

Posted: Sat Feb 09, 2008 10:09 am
by pzhukke
Yepp!

I want to know where I shall start if I want to write my kernel in C++?

I have looked around and have only found several C-kernel guides, but I am very familiar to C++ and I really want to use that as my main language.

So any guide, topic, site, whatever you have, please give me a hint / tip ! ;)

//Eric

Posted: Sat Feb 09, 2008 10:20 am
by piranha
Go to your web browser.
Type 'google.com'
search for 'C++ kernel'

I got 3-4 promising looking ones, and the first one looks good.

Hint: Don't ask simple questions that can be answered by searching.

-JL

Posted: Sat Feb 09, 2008 10:25 am
by StephanvanSchaik
www.brokenthorn.com provides a few C++ tutorials if I am right. Same with osdever.net but I don't know if that's any good.

Otherwise you can check up the OS project list for open-source C++ operating systems...


Regards, Stephan van Schaik.

Posted: Sat Feb 09, 2008 8:07 pm
by pcmattman
C_PlusPlus, and look around also on the wiki for static constructor and destructor calls.