Writing a kernel in c++.

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.
Post Reply
pzhukke
Posts: 1
Joined: Sat Feb 09, 2008 9:40 am

Writing a kernel in c++.

Post 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
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post 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
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
StephanvanSchaik
Member
Member
Posts: 127
Joined: Sat Sep 29, 2007 5:43 pm
Location: Amsterdam, The Netherlands

Post 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.
pcmattman
Member
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 »

C_PlusPlus, and look around also on the wiki for static constructor and destructor calls.
Post Reply