Kernal Tutorial
-
- Posts: 1
- Joined: Mon Oct 06, 2008 2:49 pm
Kernal Tutorial
I was wandering where i could find a good tutorial for beginners on how to write a kernel in c++.
Re: Kernal Tutorial
First hit on Google.plasmagames wrote:I was wandering where i could find a good tutorial for beginners on how to write a kernel in c++.
Last edited by ru2aqare on Mon Oct 06, 2008 3:25 pm, edited 1 time in total.
Re: Kernal Tutorial
Check here.
EDIT: ****, ru2aquare beat me to posting, but James Molloy's tutorials are in C, not C++
EDIT: ****, ru2aquare beat me to posting, but James Molloy's tutorials are in C, not C++
OS-LUX V0.0
Working on...
Memory management: the Pool
Working on...
Memory management: the Pool
Re: Kernal Tutorial
The man who follows the crowd will usually get no further than the crowd.
The man who walks alone is likely to find himself in places
no one has ever been before.
The man who walks alone is likely to find himself in places
no one has ever been before.
Re: Kernal Tutorial
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
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