Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
pzhukke
Posts: 1 Joined: Sat Feb 09, 2008 9:40 am
Post
by pzhukke » Sat Feb 09, 2008 10:09 am
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
piranha
Member
Posts: 1391 Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:
Post
by piranha » Sat Feb 09, 2008 10:20 am
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
StephanvanSchaik
Member
Posts: 127 Joined: Sat Sep 29, 2007 5:43 pm
Location: Amsterdam, The Netherlands
Post
by StephanvanSchaik » Sat Feb 09, 2008 10:25 am
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.
pcmattman
Member
Posts: 2566 Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:
Post
by pcmattman » Sat Feb 09, 2008 8:07 pm
C_PlusPlus , and look around also on the wiki for static constructor and destructor calls.