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
Writing a kernel in c++.
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
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
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
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
-
- Member
- Posts: 127
- Joined: Sat Sep 29, 2007 5:43 pm
- Location: Amsterdam, The Netherlands
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.
Otherwise you can check up the OS project list for open-source C++ operating systems...
Regards, Stephan van Schaik.
-
- 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:
C_PlusPlus, and look around also on the wiki for static constructor and destructor calls.