Page 1 of 1
Kernal Tutorial
Posted: Mon Oct 06, 2008 3:01 pm
by plasmagames
I was wandering where i could find a good tutorial for beginners on how to write a kernel in c++.
Re: Kernal Tutorial
Posted: Mon Oct 06, 2008 3:24 pm
by ru2aqare
plasmagames wrote:I was wandering where i could find a good tutorial for beginners on how to write a kernel in c++.
First hit on
Google.
Re: Kernal Tutorial
Posted: Mon Oct 06, 2008 3:24 pm
by cr2
Check here.
EDIT: ****, ru2aquare beat me to posting, but James Molloy's tutorials are in C, not C++
Re: Kernal Tutorial
Posted: Mon Oct 06, 2008 8:19 pm
by xyjamepa
Re: Kernal Tutorial
Posted: Tue Oct 07, 2008 1:31 am
by AJ
Hi,
Although there is some good information around about adding C++ runtime support to your kernel, there doesn't seem to be a "complete" kernel tutorial (like Bran's / JamesM's) in C++. If you know the language well (as you should before starting kernel development), you may have to rely on "translating" C tutorials. Be warned - think about how you will benefit from using OOP - don't stick everything in a class for the sake of it, just because C++ lets you.
Cheers,
Adam