Designing a Kernel
Posted: Sun Oct 22, 2006 12:49 pm
Well as you probably know, I'm starting to develop and code my kernel.
I just need to know one thing for now.
Let's say that I start the kernel, should I make it so that the kernel consists of %include? So the kernel is pretty much linked to all the other kernel parts.
e.g.
Is that a good way of setting it up, so that the kernel, just holds links to the other code?
I just need to know one thing for now.
Let's say that I start the kernel, should I make it so that the kernel consists of %include? So the kernel is pretty much linked to all the other kernel parts.
e.g.
Code: Select all
%include "video.o"
%include ""system.o"