you mean while installing linux, compiling the kernel or do you want some features that are not in the kernel but you want ?
installation part is easy, as the installation is pretty interactive,
the kernel compilation part is also pretty simple:
you can do it pretty easily by doing make config,(text mode);
make menuconfig(curses based) or make xconfig(gtk based guis)
and then pick out the features you want and remove the ones you dont want
i hope this is what you were looking for..
cos if you are looking at the customisation at the code level, ie you want the kernel to have you spl. code, then you'd have to know a lot of C(depending on the complexity of your feature ), and the kernel code, as in where is what...
hope this helped
Last edited by shishir; 02-16-2004 at 02:31 AM.
|